Skip to content

Commit 499723d

Browse files
llvmgnsyncbotgithub-actions[bot]
authored andcommitted
Automerge: [gn build] Port 51d0f6d
2 parents 468bf15 + 9bb67f8 commit 499723d

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/bugprone/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ static_library("bugprone") {
8282
"SmartPtrArrayMismatchCheck.cpp",
8383
"SpuriouslyWakeUpFunctionsCheck.cpp",
8484
"StandaloneEmptyCheck.cpp",
85+
"StdNamespaceModificationCheck.cpp",
8586
"StringConstructorCheck.cpp",
8687
"StringIntegerAssignmentCheck.cpp",
8788
"StringLiteralWithEmbeddedNulCheck.cpp",

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
@@ -16,7 +16,6 @@ static_library("cert") {
1616
]
1717
sources = [
1818
"CERTTidyModule.cpp",
19-
"DontModifyStdNamespaceCheck.cpp",
2019
"FloatLoopCounter.cpp",
2120
"LimitedRandomnessCheck.cpp",
2221
"MutatingCopyCheck.cpp",

0 commit comments

Comments
 (0)