Skip to content

Commit a9d79aa

Browse files
llvmgnsyncbotgithub-actions[bot]
authored andcommitted
Automerge: [gn build] Port 315d705
2 parents 1e4d06b + de147e5 commit a9d79aa

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
@@ -73,6 +73,7 @@ static_library("bugprone") {
7373
"ParentVirtualCallCheck.cpp",
7474
"PointerArithmeticOnPolymorphicObjectCheck.cpp",
7575
"PosixReturnCheck.cpp",
76+
"RandomGeneratorSeedCheck.cpp",
7677
"RawMemoryCallOnNonTrivialTypeCheck.cpp",
7778
"RedundantBranchConditionCheck.cpp",
7879
"ReservedIdentifierCheck.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
@@ -17,6 +17,5 @@ static_library("cert") {
1717
sources = [
1818
"CERTTidyModule.cpp",
1919
"LimitedRandomnessCheck.cpp",
20-
"ProperlySeededRandomGeneratorCheck.cpp",
2120
]
2221
}

0 commit comments

Comments
 (0)