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 e6c55fb commit 41bac76Copy full SHA for 41bac76
llvm/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn
@@ -75,6 +75,7 @@ static_library("clangd") {
75
"GlobalCompilationDatabase.cpp",
76
"HeaderSourceSwitch.cpp",
77
"Headers.cpp",
78
+ "Hover.cpp",
79
"IncludeFixer.cpp",
80
"JSONTransport.cpp",
81
"Logger.cpp",
llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/BUILD.gn
@@ -55,6 +55,7 @@ unittest("ClangdTests") {
55
"GlobalCompilationDatabaseTests.cpp",
56
"HeaderSourceSwitchTests.cpp",
57
"HeadersTests.cpp",
58
+ "HoverTests.cpp",
59
"IndexActionTests.cpp",
60
"IndexTests.cpp",
61
"JSONTransportTests.cpp",
0 commit comments