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 109a769 commit 00f916fCopy full SHA for 00f916f
llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/bugprone/BUILD.gn
@@ -98,6 +98,7 @@ static_library("bugprone") {
98
"ThrowKeywordMissingCheck.cpp",
99
"TooSmallLoopVariableCheck.cpp",
100
"UncheckedOptionalAccessCheck.cpp",
101
+ "UncheckedStringToNumberConversionCheck.cpp",
102
"UndefinedMemoryManipulationCheck.cpp",
103
"UndelegatedConstructorCheck.cpp",
104
"UnhandledExceptionAtNewCheck.cpp",
llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/cert/BUILD.gn
@@ -26,7 +26,6 @@ static_library("cert") {
26
"ProperlySeededRandomGeneratorCheck.cpp",
27
"SetLongJmpCheck.cpp",
28
"StaticObjectExceptionCheck.cpp",
29
- "StrToNumCheck.cpp",
30
"ThrownExceptionTypeCheck.cpp",
31
"VariadicFunctionDefCheck.cpp",
32
]
0 commit comments