[clangd] Added SemanticSymbolASTCollector that collects variable and function declarations
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
- Buildable 33548 - Build 33547: arc lint + arc unit 
Event Timeline
Comment Actions
Added dots at the end of comments
Updating D63479: Added SemanticSymbolASTCollector for collecting semantic symbols
Currently collects variable and function declarations
Comment Actions
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