This is an archive of the discontinued LLVM Phabricator instance.

[clangd] [WIP] Find references of local symbols
Changes PlannedPublic

Authored by malaperle on Jul 27 2018, 10:50 AM.

Details

Reviewers
simark
Summary

We do not have a global index of references but we can find the references
of local symbols within the AST in the mean time. Also, since we will not
record local symbol references in the index, we will need that logic anyway.

Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>

Event Timeline

malaperle created this revision.Jul 27 2018, 10:50 AM

Fix silly bug I introduced in last minute clean-up.

malaperle planned changes to this revision.Jul 27 2018, 12:02 PM

Needs tests.