Skip to content

Commit fac7c32

Browse files
committed
[gn build] Port f27f22b
1 parent 9b97105 commit fac7c32

File tree

2 files changed

+2
-0
lines changed
  • llvm/utils/gn/secondary/clang-tools-extra/clang-tidy

2 files changed

+2
-0
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
@@ -34,6 +34,7 @@ static_library("bugprone") {
3434
"ForwardingReferenceOverloadCheck.cpp",
3535
"ImplicitWideningOfMultiplicationResultCheck.cpp",
3636
"InaccurateEraseCheck.cpp",
37+
"IncDecInConditionsCheck.cpp",
3738
"IncorrectRoundingsCheck.cpp",
3839
"InfiniteLoopCheck.cpp",
3940
"IntegerDivisionCheck.cpp",

llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/utils/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ static_library("utils") {
2424
"IncludeInserter.cpp",
2525
"IncludeSorter.cpp",
2626
"LexerUtils.cpp",
27+
"Matchers.cpp",
2728
"NamespaceAliaser.cpp",
2829
"OptionsUtils.cpp",
2930
"RenamerClangTidyCheck.cpp",

0 commit comments

Comments
 (0)