summaryrefslogtreecommitdiff
path: root/clang-tools-extra/clangd/CollectMacros.h
Commit message (Expand)AuthorAgeFilesLines
* [clangd] cleanup of header guard namesChristian Kühnel2021-12-021-3/+3
* [clangd] Support `#pragma mark` in the outlineDavid Goldman2021-09-231-0/+12
* Revert "[clangd] Support `#pragma mark` in the outline"Florian Mayer2021-08-101-12/+0
* [clangd] Support `#pragma mark` in the outlineDavid Goldman2021-08-091-0/+12
* [clangd] Add main file macros into the main-file index.Aleksandr Platonov2021-01-141-6/+12
* [clangd] Get rid of getTokenRange helperKadir Cetinkaya2020-03-031-21/+3
* [clangd] Inactive regions support as an extension to semantic highlightingNathan Ridge2019-11-211-0/+10
* [clangd] Store xref for Macros in ParsedAST.Utkarsh Saxena2019-11-181-3/+14
* [clangd] Collect missing macro references.Haojian Wu2019-10-071-2/+24
* [clangd] Collect macros in the preamble region of the main fileHaojian Wu2019-09-241-0/+74