We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5956648 commit 18441c5Copy full SHA for 18441c5
llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/BUILD.gn
@@ -19,6 +19,7 @@ static_library("Checkers") {
19
"ArrayBoundChecker.cpp",
20
"ArrayBoundCheckerV2.cpp",
21
"BasicObjCFoundationChecks.cpp",
22
+ "BitwiseShiftChecker.cpp",
23
"BlockInCriticalSectionChecker.cpp",
24
"BoolAssignmentChecker.cpp",
25
"BuiltinFunctionChecker.cpp",
0 commit comments