forked from OSchip/llvm-project
[gn build] Port d1ec581ebf
This commit is contained in:
parent
d1ec581ebf
commit
f58c0a962c
|
@ -98,6 +98,7 @@ static_library("clangd") {
|
|||
"Headers.cpp",
|
||||
"HeuristicResolver.cpp",
|
||||
"Hover.cpp",
|
||||
"IncludeCleaner.cpp",
|
||||
"IncludeFixer.cpp",
|
||||
"InlayHints.cpp",
|
||||
"JSONTransport.cpp",
|
||||
|
|
|
@ -76,6 +76,7 @@ unittest("ClangdTests") {
|
|||
"HeaderSourceSwitchTests.cpp",
|
||||
"HeadersTests.cpp",
|
||||
"HoverTests.cpp",
|
||||
"IncludeCleanerTests.cpp",
|
||||
"IndexActionTests.cpp",
|
||||
"IndexTests.cpp",
|
||||
"InlayHintTests.cpp",
|
||||
|
|
Loading…
Reference in New Issue