[gn build] (semi-manually) port 5122738331

This commit is contained in:
Nico Weber
2022-05-13 21:35:09 -04:00
parent 174cf2f747
commit 1f7f11b951
2 changed files with 3 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ static_library("modernize") {
"ConcatNestedNamespacesCheck.cpp",
"DeprecatedHeadersCheck.cpp",
"DeprecatedIosBaseAliasesCheck.cpp",
"IntegralLiteralExpressionMatcher.cpp",
"LoopConvertCheck.cpp",
"LoopConvertUtils.cpp",
"MacroToEnumCheck.cpp",

View File

@@ -6,6 +6,7 @@ unittest("ClangTidyTests") {
"//clang-tools-extra/clang-tidy",
"//clang-tools-extra/clang-tidy/android",
"//clang-tools-extra/clang-tidy/google",
"//clang-tools-extra/clang-tidy/modernize",
"//clang-tools-extra/clang-tidy/llvm",
"//clang-tools-extra/clang-tidy/objc",
"//clang-tools-extra/clang-tidy/readability",
@@ -33,6 +34,7 @@ unittest("ClangTidyTests") {
"GoogleModuleTest.cpp",
"IncludeInserterTest.cpp",
"LLVMModuleTest.cpp",
"ModernizeModuleTest.cpp",
"NamespaceAliaserTest.cpp",
"ObjCModuleTest.cpp",
"OptionsProviderTest.cpp",