forked from OSchip/llvm-project
parent
18db4e9ae1
commit
09df43ca4b
|
@ -34,5 +34,6 @@ static_library("clang-tidy") {
|
|||
"ClangTidyOptions.cpp",
|
||||
"ClangTidyProfiling.cpp",
|
||||
"ExpandModularHeadersPPCallbacks.cpp",
|
||||
"GlobList.cpp",
|
||||
]
|
||||
}
|
||||
|
|
|
@ -25,6 +25,7 @@ unittest("ClangTidyTests") {
|
|||
sources = [
|
||||
"ClangTidyDiagnosticConsumerTest.cpp",
|
||||
"ClangTidyOptionsTest.cpp",
|
||||
"GlobListTest.cpp",
|
||||
"GoogleModuleTest.cpp",
|
||||
"IncludeInserterTest.cpp",
|
||||
"LLVMModuleTest.cpp",
|
||||
|
|
Loading…
Reference in New Issue