Skip to content

Commit 2776387

Browse files
llvmgnsyncbotgithub-actions[bot]
authored andcommitted
Automerge: [gn build] Port 2bcccdd
2 parents 16521f2 + 6ac2db2 commit 2776387

File tree

2 files changed

+1
-1
lines changed
  • llvm/utils/gn/secondary/clang-tools-extra/clang-tidy

2 files changed

+1
-1
lines changed

llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/cert/BUILD.gn

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,5 @@ static_library("cert") {
2626
"ProperlySeededRandomGeneratorCheck.cpp",
2727
"SetLongJmpCheck.cpp",
2828
"ThrownExceptionTypeCheck.cpp",
29-
"VariadicFunctionDefCheck.cpp",
3029
]
3130
}

llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/modernize/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ static_library("modernize") {
1515
sources = [
1616
"AvoidBindCheck.cpp",
1717
"AvoidCArraysCheck.cpp",
18+
"AvoidVariadicFunctionsCheck.cpp",
1819
"ConcatNestedNamespacesCheck.cpp",
1920
"DeprecatedHeadersCheck.cpp",
2021
"DeprecatedIosBaseAliasesCheck.cpp",

0 commit comments

Comments
 (0)