This is the first step of implementing Xrefs in clangd:
- add index interfaces, and related data structures.
Differential D49658
[clangd] Index Interfaces for Xrefs hokein on Jul 23 2018, 12:04 AM. Authored by
Details This is the first step of implementing Xrefs in clangd:
Diff Detail
Event TimelineComment Actions Mostly LG. I think we can simplify in a couple of places, and you should decide if this patch is *implementing* the new index operation or not. (Currently it implements it for 1/3 implementations, which doesn't seem that useful).
Comment Actions Implementing all index operations in the patch would be end up with a large patch, I intend to split the patch as small as possible. Let's scope this patch to interface only. Comment Actions Picking it up since @sammccall is OOO.
LG as interface-only patch. just a few nits
|