File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ static_library("Checkers") {
59
59
" GCDAntipatternChecker.cpp" ,
60
60
" GTestChecker.cpp" ,
61
61
" GenericTaintChecker.cpp" ,
62
- " IdenticalExprChecker.cpp" ,
63
62
" InnerPointerChecker.cpp" ,
64
63
" InvalidatedIteratorChecker.cpp" ,
65
64
" Iterator.cpp" ,
@@ -140,11 +139,11 @@ static_library("Checkers") {
140
139
" VirtualCallChecker.cpp" ,
141
140
" WebKit/ASTUtils.cpp" ,
142
141
" WebKit/PtrTypesSemantics.cpp" ,
142
+ " WebKit/RawPtrRefCallArgsChecker.cpp" ,
143
+ " WebKit/RawPtrRefLocalVarsChecker.cpp" ,
143
144
" WebKit/RawPtrRefMemberChecker.cpp" ,
144
145
" WebKit/RefCntblBaseVirtualDtorChecker.cpp" ,
145
- " WebKit/RawPtrRefCallArgsChecker.cpp" ,
146
146
" WebKit/UncountedLambdaCapturesChecker.cpp" ,
147
- " WebKit/RawPtrRefLocalVarsChecker.cpp" ,
148
147
" cert/InvalidPtrChecker.cpp" ,
149
148
]
150
149
}
You can’t perform that action at this time.
0 commit comments