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 4916bd7 commit 6ac2db2Copy full SHA for 6ac2db2
llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/cert/BUILD.gn
@@ -26,6 +26,5 @@ static_library("cert") {
26
"ProperlySeededRandomGeneratorCheck.cpp",
27
"SetLongJmpCheck.cpp",
28
"ThrownExceptionTypeCheck.cpp",
29
- "VariadicFunctionDefCheck.cpp",
30
]
31
}
llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/modernize/BUILD.gn
@@ -15,6 +15,7 @@ static_library("modernize") {
15
sources = [
16
"AvoidBindCheck.cpp",
17
"AvoidCArraysCheck.cpp",
18
+ "AvoidVariadicFunctionsCheck.cpp",
19
"ConcatNestedNamespacesCheck.cpp",
20
"DeprecatedHeadersCheck.cpp",
21
"DeprecatedIosBaseAliasesCheck.cpp",
0 commit comments