forked from OSchip/llvm-project
parent
b7cc3d9953
commit
8477d68ad8
|
@ -22,6 +22,7 @@ static_library("utils") {
|
|||
"LexerUtils.cpp",
|
||||
"NamespaceAliaser.cpp",
|
||||
"OptionsUtils.cpp",
|
||||
"TransformerClangTidyCheck.cpp",
|
||||
"TypeTraits.cpp",
|
||||
"UsingInserter.cpp",
|
||||
]
|
||||
|
|
|
@ -31,6 +31,7 @@ unittest("ClangTidyTests") {
|
|||
"ObjCModuleTest.cpp",
|
||||
"OverlappingReplacementsTest.cpp",
|
||||
"ReadabilityModuleTest.cpp",
|
||||
"TransformerClangTidyCheckTest.cpp",
|
||||
"UsingInserterTest.cpp",
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue