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 552ca63 commit 6f28a8bCopy full SHA for 6f28a8b
llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/bugprone/BUILD.gn
@@ -27,6 +27,7 @@ static_library("bugprone") {
27
"CapturingThisInMemberVariableCheck.cpp",
28
"CastingThroughVoidCheck.cpp",
29
"ChainedComparisonCheck.cpp",
30
+ "CommandProcessorCheck.cpp",
31
"ComparePointerToMemberVirtualFunctionCheck.cpp",
32
"CopyConstructorInitCheck.cpp",
33
"CrtpConstructorAccessibilityCheck.cpp",
llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/cert/BUILD.gn
@@ -16,7 +16,6 @@ static_library("cert") {
16
]
17
sources = [
18
"CERTTidyModule.cpp",
19
- "CommandProcessorCheck.cpp",
20
"DefaultOperatorNewAlignmentCheck.cpp",
21
"DontModifyStdNamespaceCheck.cpp",
22
"FloatLoopCounter.cpp",
0 commit comments