Skip to content

Commit 9052920

Browse files
committed
[gn build] Port cbc9c4e
1 parent cbc9c4e commit 9052920

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

+1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ static_library("clangd") {
9797
"HeuristicResolver.cpp",
9898
"Hover.cpp",
9999
"IncludeFixer.cpp",
100+
"InlayHints.cpp",
100101
"JSONTransport.cpp",
101102
"ParsedAST.cpp",
102103
"PathMapping.cpp",

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

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ unittest("ClangdTests") {
7878
"HoverTests.cpp",
7979
"IndexActionTests.cpp",
8080
"IndexTests.cpp",
81+
"InlayHintTests.cpp",
8182
"JSONTransportTests.cpp",
8283
"LSPBinderTests.cpp",
8384
"LSPClient.cpp",

0 commit comments

Comments
 (0)