We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1229245 commit 0bcf2d8Copy full SHA for 0bcf2d8
llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/BUILD.gn
@@ -34,6 +34,7 @@ unittest("ClangdTests") {
34
"BackgroundIndexTests.cpp",
35
"CancellationTests.cpp",
36
"CanonicalIncludesTests.cpp",
37
+ "ClangdLSPServerTests.cpp",
38
"ClangdTests.cpp",
39
"CodeCompleteTests.cpp",
40
"CodeCompletionStringsTests.cpp",
@@ -60,6 +61,7 @@ unittest("ClangdTests") {
60
61
"IndexActionTests.cpp",
62
"IndexTests.cpp",
63
"JSONTransportTests.cpp",
64
+ "LSPClient.cpp",
65
"ParsedASTTests.cpp",
66
"PathMappingTests.cpp",
67
"PrintASTTests.cpp",
0 commit comments