Skip to content

Commit cf51836

Browse files
committed
[gn build] Port 6b147b4
1 parent 6b147b4 commit cf51836

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
@@ -69,6 +69,7 @@ static_library("bugprone") {
6969
"ParentVirtualCallCheck.cpp",
7070
"PointerArithmeticOnPolymorphicObjectCheck.cpp",
7171
"PosixReturnCheck.cpp",
72+
"RawMemoryCallOnNonTrivialTypeCheck.cpp",
7273
"RedundantBranchConditionCheck.cpp",
7374
"ReservedIdentifierCheck.cpp",
7475
"ReturnConstRefFromParameterCheck.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
@@ -21,7 +21,6 @@ static_library("cert") {
2121
"FloatLoopCounter.cpp",
2222
"LimitedRandomnessCheck.cpp",
2323
"MutatingCopyCheck.cpp",
24-
"NonTrivialTypesLibcMemoryCallsCheck.cpp",
2524
"ProperlySeededRandomGeneratorCheck.cpp",
2625
"ThrownExceptionTypeCheck.cpp",
2726
]

0 commit comments

Comments
 (0)