Skip to content

Commit

Permalink
[gn build] sort of merge 37ac559
Browse files Browse the repository at this point in the history
It'd be nicer if there was a group target that forwarded either to
//clang-tools-extra/clangd/index/remote or
//clangd/index/remote/unimplemented based on if remote index is enabled,
but for now it's never enabled in the gn build.
  • Loading branch information
nico committed Nov 22, 2020
1 parent f4f8a67 commit 6a9d05a
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -6,6 +6,7 @@ executable("clangd") {
"//clang-tools-extra/clang-tidy",
"//clang-tools-extra/clangd",
"//clang-tools-extra/clangd:features",
"//clang-tools-extra/clangd/index/remote/unimplemented",
"//clang-tools-extra/clangd/refactor/tweaks",
"//clang/lib/AST",
"//clang/lib/Basic",
Expand Down

0 comments on commit 6a9d05a

Please sign in to comment.