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