Skip to content

Commit abdb9a0

Browse files
committed
[gn build] Port 4b433cb
1 parent 4b433cb commit abdb9a0

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
@@ -38,6 +38,7 @@ static_library("bugprone") {
3838
"DynamicStaticInitializersCheck.cpp",
3939
"EasilySwappableParametersCheck.cpp",
4040
"EmptyCatchCheck.cpp",
41+
"ExceptionCopyConstructorThrowsCheck.cpp",
4142
"ExceptionEscapeCheck.cpp",
4243
"FloatLoopCounterCheck.cpp",
4344
"FoldInitTypeCheck.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
@@ -18,6 +18,5 @@ static_library("cert") {
1818
"CERTTidyModule.cpp",
1919
"LimitedRandomnessCheck.cpp",
2020
"ProperlySeededRandomGeneratorCheck.cpp",
21-
"ThrownExceptionTypeCheck.cpp",
2221
]
2322
}

0 commit comments

Comments
 (0)