summaryrefslogtreecommitdiff
path: root/clang-tools-extra/clangd/SemanticHighlighting.h
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Inactive regions support via dedicated protocolNathan Ridge2023-04-141-1/+2
* [clangd] Add semantic token for angle bracketsChristian Kandeler2023-01-311-0/+1
* [clangd] Add support for semantic token type "operator"Christian Kandeler2022-12-121-0/+2
* [clangd] Mark "override" and "final" as modifiersChristian Kandeler2022-11-211-0/+1
* [clangd] Add "usedAsMutablePointer" highlighting modifierChristian Kandeler2022-11-071-0/+1
* [clangd] Add highlighting modifier "constructorOrDestructor"Christian Kandeler2022-10-211-0/+1
* [clangd] Implement semantic token modifier "definition"Christian Kandeler2022-10-171-1/+1
* [clangd] Support multiline semantic tokensKadir Cetinkaya2022-06-291-1/+3
* Add semantic token modifier for non-const reference parameterTom Praschan2021-09-131-0/+1
* [clangd] Add new semantic token modifier "virtual"Christian Kandeler2021-08-031-0/+1
* [clangd] Add support for the `defaultLibrary` semantic token modifierDavid Goldman2021-06-021-0/+1
* [clangd] ObjC fixes for semantic highlighting and xref highlightsSam McCall2021-03-031-0/+1
* [clangd] Remove support for pre-standard semanticHighlighting notificationSam McCall2021-02-101-41/+0
* [clangd] Expose more dependent-name detail via semanticTokensSam McCall2021-02-091-2/+3
* [clangd] Add semanticTokens modifiers for function/class/file/global scopeSam McCall2021-02-091-1/+6
* [clangd] Implement semanticTokens modifiersSam McCall2021-02-091-0/+23
* [clangd] Support textDocument/semanticTokens/editsSam McCall2020-04-021-0/+2
* [clangd] Support new semanticTokens request from LSP 3.16.Sam McCall2020-03-311-2/+18
* [clangd] Rename theia-derived semantic highlighting protocol. NFCSam McCall2020-03-241-2/+3
* [clangd] Add C++20 concepts support to findExplicitReferences() and semantic ...Nathan Ridge2020-01-231-0/+1
* NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-041-1/+1
* [clangd] Inactive regions support as an extension to semantic highlightingNathan Ridge2019-11-211-1/+6
* [clangd] Improve semantic highlighting in dependent contexts (fixes #154)Nathan Ridge2019-10-141-0/+2
* [clangd] Add a new highlighting kind for typedefsIlya Biryukov2019-09-091-0/+1
* [clangd] Replace HighlightingKind::NumKinds with LastKind. NFCIlya Biryukov2019-09-091-1/+1
* [clangd] Improve output of semantic highlighting tests in case of failuresIlya Biryukov2019-09-091-0/+2
* [clangd] Rename ClangdUnit.h -> ParsedAST.h. NFCSam McCall2019-09-041-1/+1
* [clangd] Add highlighting for macro expansions.Johan Vikstrom2019-08-301-0/+1
* [clangd] Add distinct highlightings for static fields and methodsNathan Ridge2019-08-301-0/+2
* [clangd] Add a distinct highlighting for local variablesNathan Ridge2019-08-271-0/+1
* [clangd] Send highlighting diff beyond the end of the file.Haojian Wu2019-08-261-4/+4
* [clangd] Added special HighlightingKind for function parameters.Johan Vikstrom2019-08-191-0/+1
* [clangd] Added semantic highlighting support for primitives.Johan Vikstrom2019-08-081-0/+1
* [clangd] Duplicate lines of semantic highlightings sent removed.Johan Vikstrom2019-08-011-3/+25
* [clangd] Added highlightings for template parameters and specializations.Johan Vikstrom2019-07-181-0/+1
* [clangd] Added highlighting for members and methods.Johan Vikstrom2019-07-151-0/+2
* [clangd] Added highlighting to enum constants.Johan Vikstrom2019-07-151-0/+1
* [clangd] Added highlightings for namespace specifiers.Johan Vikstrom2019-07-111-0/+1
* [clangd] Added highlighting for class and enum types.Johan Vikstrom2019-07-101-0/+2
* [clangd] Some tweaks on semantic highlighting lookuptable.Haojian Wu2019-07-041-4/+6
* [clangd] Emit publishSemanticHighlighting in LSP if enabledJohan Vikstrom2019-07-041-2/+19
* [clangd] No need to setTraversalScope in SemanticHighlighting.Haojian Wu2019-06-271-2/+2
* [clangd] Added functionality for getting semantic highlights for variable and...Johan Vikstrom2019-06-261-0/+37