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.
1 parent 8b55d77 commit 7761a89Copy full SHA for 7761a89
llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/cert/BUILD.gn
@@ -14,8 +14,5 @@ static_library("cert") {
14
"//clang/lib/Lex",
15
"//llvm/lib/Support",
16
]
17
- sources = [
18
- "CERTTidyModule.cpp",
19
- "LimitedRandomnessCheck.cpp",
20
- ]
+ sources = [ "CERTTidyModule.cpp" ]
21
}
llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/misc/BUILD.gn
@@ -47,6 +47,7 @@ static_library("misc") {
47
"NonCopyableObjectsCheck.cpp",
48
"NonPrivateMemberVariablesInClassesCheck.cpp",
49
"OverrideWithDifferentVisibilityCheck.cpp",
50
+ "PredictableRandCheck.cpp",
51
"RedundantExpressionCheck.cpp",
52
"StaticAssertCheck.cpp",
53
"ThrowByValueCatchByReferenceCheck.cpp",
0 commit comments