parent
520bdf79b5
commit
e7befecc42
|
@ -74,7 +74,6 @@ static_library("clangd") {
|
|||
"Cancellation.cpp",
|
||||
"ClangdLSPServer.cpp",
|
||||
"ClangdServer.cpp",
|
||||
"ClangdUnit.cpp",
|
||||
"CodeComplete.cpp",
|
||||
"CodeCompletionStrings.cpp",
|
||||
"Compiler.cpp",
|
||||
|
@ -95,6 +94,7 @@ static_library("clangd") {
|
|||
"IncludeFixer.cpp",
|
||||
"JSONTransport.cpp",
|
||||
"Logger.cpp",
|
||||
"ParsedAST.cpp",
|
||||
"Preamble.cpp",
|
||||
"Protocol.cpp",
|
||||
"Quality.cpp",
|
||||
|
|
|
@ -35,7 +35,6 @@ unittest("ClangdTests") {
|
|||
"CancellationTests.cpp",
|
||||
"CanonicalIncludesTests.cpp",
|
||||
"ClangdTests.cpp",
|
||||
"ClangdUnitTests.cpp",
|
||||
"CodeCompleteTests.cpp",
|
||||
"CodeCompletionStringsTests.cpp",
|
||||
"ContextTests.cpp",
|
||||
|
@ -57,6 +56,7 @@ unittest("ClangdTests") {
|
|||
"IndexActionTests.cpp",
|
||||
"IndexTests.cpp",
|
||||
"JSONTransportTests.cpp",
|
||||
"ParsedASTTests.cpp",
|
||||
"PrintASTTests.cpp",
|
||||
"QualityTests.cpp",
|
||||
"RIFFTests.cpp",
|
||||
|
|
Loading…
Reference in New Issue