Skip to content

Commit 00f916f

Browse files
committed
[gn build] Port 65f9c08
1 parent 109a769 commit 00f916f

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
@@ -98,6 +98,7 @@ static_library("bugprone") {
9898
"ThrowKeywordMissingCheck.cpp",
9999
"TooSmallLoopVariableCheck.cpp",
100100
"UncheckedOptionalAccessCheck.cpp",
101+
"UncheckedStringToNumberConversionCheck.cpp",
101102
"UndefinedMemoryManipulationCheck.cpp",
102103
"UndelegatedConstructorCheck.cpp",
103104
"UnhandledExceptionAtNewCheck.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
@@ -26,7 +26,6 @@ static_library("cert") {
2626
"ProperlySeededRandomGeneratorCheck.cpp",
2727
"SetLongJmpCheck.cpp",
2828
"StaticObjectExceptionCheck.cpp",
29-
"StrToNumCheck.cpp",
3029
"ThrownExceptionTypeCheck.cpp",
3130
"VariadicFunctionDefCheck.cpp",
3231
]

0 commit comments

Comments
 (0)