Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [clangd] NFC, add getLangOpts helper to ParsedAST | Alex Lorenz | 2019-12-04 | 1 | -1/+1 |
| | | | | | The addition of the helper is split out from https://reviews.llvm.org/D69543 as suggested by Kadir. I also updated the existing uses to use the new API. | ||||
* | [clangd] Store xref for Macros in ParsedAST. | Utkarsh Saxena | 2019-11-18 | 1 | -0/+109 |
This patch adds the cross references for Macros in the MainFile. We add references for the main file to the ParsedAST. We query the references from it using the SymbolID. Xref outside main file will be added to the index in a separate patch. |