This is an archive of the discontinued LLVM Phabricator instance.

Added SemanticSymbolASTCollector for collecting semantic symbols Currently collects variable and function declarations
AbandonedPublic

Authored by jvikstrom on Jun 18 2019, 2:21 AM.

Details

Reviewers
hokein
Summary

[clangd] Added SemanticSymbolASTCollector that collects variable and function declarations

Event Timeline

jvikstrom created this revision.Jun 18 2019, 2:21 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 18 2019, 2:21 AM
jvikstrom updated this revision to Diff 205275.Jun 18 2019, 2:27 AM

Added dots at the end of comments

Updating D63479: Added SemanticSymbolASTCollector for collecting semantic symbols

Currently collects variable and function declarations

jvikstrom updated this revision to Diff 205301.Jun 18 2019, 4:39 AM

Moved SemanticSymbolASTVisitor to an anonymous namespace and added a function for getting highlights that returns highlights line by line

Updating D63479: Added SemanticSymbolASTCollector for collecting semantic symbols

Currently collects variable and function declarations

jvikstrom abandoned this revision.Jun 18 2019, 6:34 AM

Resubmitting later with "complete" prototype in CL