We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbc9c4e commit 9052920Copy full SHA for 9052920
llvm/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn
@@ -97,6 +97,7 @@ static_library("clangd") {
97
"HeuristicResolver.cpp",
98
"Hover.cpp",
99
"IncludeFixer.cpp",
100
+ "InlayHints.cpp",
101
"JSONTransport.cpp",
102
"ParsedAST.cpp",
103
"PathMapping.cpp",
llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/BUILD.gn
@@ -78,6 +78,7 @@ unittest("ClangdTests") {
78
"HoverTests.cpp",
79
"IndexActionTests.cpp",
80
"IndexTests.cpp",
81
+ "InlayHintTests.cpp",
82
"JSONTransportTests.cpp",
83
"LSPBinderTests.cpp",
84
"LSPClient.cpp",
0 commit comments