We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e4d06b + de147e5 commit a9d79aaCopy full SHA for a9d79aa
llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/bugprone/BUILD.gn
@@ -73,6 +73,7 @@ static_library("bugprone") {
73
"ParentVirtualCallCheck.cpp",
74
"PointerArithmeticOnPolymorphicObjectCheck.cpp",
75
"PosixReturnCheck.cpp",
76
+ "RandomGeneratorSeedCheck.cpp",
77
"RawMemoryCallOnNonTrivialTypeCheck.cpp",
78
"RedundantBranchConditionCheck.cpp",
79
"ReservedIdentifierCheck.cpp",
llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/cert/BUILD.gn
@@ -17,6 +17,5 @@ static_library("cert") {
17
sources = [
18
"CERTTidyModule.cpp",
19
"LimitedRandomnessCheck.cpp",
20
- "ProperlySeededRandomGeneratorCheck.cpp",
21
]
22
}
0 commit comments