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 99768b2 commit 64df0f3Copy full SHA for 64df0f3
llvm/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn
@@ -59,6 +59,7 @@ static_library("clangd") {
59
"ClangdServer.cpp",
60
"CodeComplete.cpp",
61
"CodeCompletionStrings.cpp",
62
+ "CompileCommands.cpp",
63
"Compiler.cpp",
64
"Context.cpp",
65
"Diagnostics.cpp",
llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/BUILD.gn
@@ -38,6 +38,7 @@ unittest("ClangdTests") {
38
"CodeCompleteTests.cpp",
39
"CodeCompletionStringsTests.cpp",
40
"CollectMacrosTests.cpp",
41
+ "CompileCommandsTests.cpp",
42
"ContextTests.cpp",
43
"DexTests.cpp",
44
"DiagnosticsTests.cpp",
0 commit comments