forked from OSchip/llvm-project
parent
962f74d8d0
commit
ef851f9e5b
|
@ -82,6 +82,7 @@ static_library("clangd") {
|
|||
"FSProvider.cpp",
|
||||
"FileDistance.cpp",
|
||||
"FindSymbols.cpp",
|
||||
"Format.cpp",
|
||||
"FormattedString.cpp",
|
||||
"FuzzyMatch.cpp",
|
||||
"GlobalCompilationDatabase.cpp",
|
||||
|
|
|
@ -45,6 +45,7 @@ unittest("ClangdTests") {
|
|||
"FileDistanceTests.cpp",
|
||||
"FileIndexTests.cpp",
|
||||
"FindSymbolsTests.cpp",
|
||||
"FormatTests.cpp",
|
||||
"FormattedStringTests.cpp",
|
||||
"FunctionTests.cpp",
|
||||
"FuzzyMatchTests.cpp",
|
||||
|
|
Loading…
Reference in New Issue