forked from OSchip/llvm-project
parent
e259a5fd0d
commit
62aceecfaf
|
@ -90,6 +90,7 @@ static_library("clangd") {
|
|||
"FormattedString.cpp",
|
||||
"FuzzyMatch.cpp",
|
||||
"GlobalCompilationDatabase.cpp",
|
||||
"HeaderSourceSwitch.cpp",
|
||||
"Headers.cpp",
|
||||
"IncludeFixer.cpp",
|
||||
"JSONTransport.cpp",
|
||||
|
|
|
@ -52,6 +52,7 @@ unittest("ClangdTests") {
|
|||
"FunctionTests.cpp",
|
||||
"FuzzyMatchTests.cpp",
|
||||
"GlobalCompilationDatabaseTests.cpp",
|
||||
"HeaderSourceSwitchTests.cpp",
|
||||
"HeadersTests.cpp",
|
||||
"IndexActionTests.cpp",
|
||||
"IndexTests.cpp",
|
||||
|
|
Loading…
Reference in New Issue