[PATCH] D97773: [clangd] Make WorkspaceSymbols request work with empty queries
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 2 12:53:28 PST 2021
sammccall accepted this revision.
sammccall added a comment.
This revision is now accepted and ready to land.
LGTM
OK, I think we've established that the request was for a way to dump out clangd's whole index, and workspace/symbol isn't actually a good way to do that.
Nevertheless, this seems useful and endorsed by the spec.
https://reviews.llvm.org/D44882#inline-394499 was the original motivation for the special case, but it predates the spec text and things have probably changed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97773/new/
https://reviews.llvm.org/D97773
More information about the cfe-commits
mailing list