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