Skip to content

Commit 41bac76

Browse files
committed
gn build: Merge 765b125
1 parent e6c55fb commit 41bac76

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

llvm/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ static_library("clangd") {
7575
"GlobalCompilationDatabase.cpp",
7676
"HeaderSourceSwitch.cpp",
7777
"Headers.cpp",
78+
"Hover.cpp",
7879
"IncludeFixer.cpp",
7980
"JSONTransport.cpp",
8081
"Logger.cpp",

llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ unittest("ClangdTests") {
5555
"GlobalCompilationDatabaseTests.cpp",
5656
"HeaderSourceSwitchTests.cpp",
5757
"HeadersTests.cpp",
58+
"HoverTests.cpp",
5859
"IndexActionTests.cpp",
5960
"IndexTests.cpp",
6061
"JSONTransportTests.cpp",

0 commit comments

Comments
 (0)