[PATCH] D88414: [clangd] Introduce memory dumping to FileIndex, FileSymbols and BackgroundIndex
Kadir Cetinkaya via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 8 05:57:36 PDT 2020
kadircet added a comment.
In D88414#2317106 <https://reviews.llvm.org/D88414#2317106>, @sammccall wrote:
> Now there's lots of usage (which looks good!) i'm finding it a bit hard to keep track of what the tree will look like overall.
>
> At some point it'd be great to:
> a) bind this to an LSP extension so we can see it in editors
i was also thinking about it and couldn't decide between a "custom command" vs "code action".
- the former gives a richer interaction, but requires every editor plugin to implement support.
- the latter is a little bit more restrictive but doesn't require a bunch of extra work.
I am happy to go with the "code action" approach initially. WDYT? (not in the scope of this patch)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88414/new/
https://reviews.llvm.org/D88414
More information about the cfe-commits
mailing list