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") {
5959 " GCDAntipatternChecker.cpp" ,
6060 " GTestChecker.cpp" ,
6161 " GenericTaintChecker.cpp" ,
62- " IdenticalExprChecker.cpp" ,
6362 " InnerPointerChecker.cpp" ,
6463 " InvalidatedIteratorChecker.cpp" ,
6564 " Iterator.cpp" ,
@@ -140,11 +139,11 @@ static_library("Checkers") {
140139 " VirtualCallChecker.cpp" ,
141140 " WebKit/ASTUtils.cpp" ,
142141 " WebKit/PtrTypesSemantics.cpp" ,
142+ " WebKit/RawPtrRefCallArgsChecker.cpp" ,
143+ " WebKit/RawPtrRefLocalVarsChecker.cpp" ,
143144 " WebKit/RawPtrRefMemberChecker.cpp" ,
144145 " WebKit/RefCntblBaseVirtualDtorChecker.cpp" ,
145- " WebKit/RawPtrRefCallArgsChecker.cpp" ,
146146 " WebKit/UncountedLambdaCapturesChecker.cpp" ,
147- " WebKit/RawPtrRefLocalVarsChecker.cpp" ,
148147 " cert/InvalidPtrChecker.cpp" ,
149148 ]
150149}
You can’t perform that action at this time.
0 commit comments