summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/SemanticHighlighting.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Highlighting dependent types in more contextsNathan Ridge2019-12-051-0/+19
* [clangd] Inactive regions support as an extension to semantic highlightingNathan Ridge2019-11-211-5/+37
* [clangd] Store xref for Macros in ParsedAST.Utkarsh Saxena2019-11-181-2/+7
* [clangd] Implement semantic highlightings via findExplicitReferencesIlya Biryukov2019-11-051-151/+97
* [clangd] Add missing highlights for using decls.Haojian Wu2019-10-291-5/+14
* [clangd] Do not highlight keywords in semantic highlightingIlya Biryukov2019-10-281-9/+11
* [clangd] Improve semantic highlighting in dependent contexts (fixes #154)Nathan Ridge2019-10-141-0/+51
* [clangd] Remove an unrelated comment, NFC.Haojian Wu2019-09-271-1/+0
* [clangd] Collect macros in the preamble region of the main fileHaojian Wu2019-09-241-2/+3
* [clangd] Simplify semantic highlighting visitorIlya Biryukov2019-09-161-169/+111
* [clangd] Collect location of macro definition in the ParsedASTHaojian Wu2019-09-101-4/+2
* [clangd] Add a new highlighting kind for typedefsIlya Biryukov2019-09-091-8/+30
* [clangd] Highlight typedefs to template parameters as template parametersIlya Biryukov2019-09-091-5/+9
* [clangd] Replace HighlightingKind::NumKinds with LastKind. NFCIlya Biryukov2019-09-091-4/+1
* [clangd] Improve output of semantic highlighting tests in case of failuresIlya Biryukov2019-09-091-0/+37
* [clangd] Rename ClangdUnit.h -> ParsedAST.h. NFCSam McCall2019-09-041-0/+1
* [clangd] Add highlighting for macro expansions.Johan Vikstrom2019-08-301-6/+13
* [clangd] Added highlighting for structured bindings.Johan Vikstrom2019-08-301-0/+4
* [clangd] Add distinct highlightings for static fields and methodsNathan Ridge2019-08-301-4/+11
* [clangd] Add a distinct highlighting for local variablesNathan Ridge2019-08-271-7/+10
* [clangd] Send highlighting diff beyond the end of the file.Haojian Wu2019-08-261-6/+6
* [clangd] Added highlighting for tokens that are macro arguments.Johan Vikstrom2019-08-191-4/+29
* [clangd] Added special HighlightingKind for function parameters.Johan Vikstrom2019-08-191-0/+7
* [clangd] Added highlighting for non type templates.Johan Vikstrom2019-08-161-0/+4
* [clangd] Remove highlightings coming from non topLevelDecls from included files.Johan Vikstrom2019-08-121-0/+6
* [clangd] Highlighting auto variables as the deduced type.Johan Vikstrom2019-08-121-14/+24
* [clangd] Added highlighting for constructor initializers.Johan Vikstrom2019-08-091-0/+8
* [clangd] Added semantic highlighting support for primitives.Johan Vikstrom2019-08-081-1/+7
* [clangd] Added an early return from VisitMemberExpr in SemanticHighlighting i...Johan Vikstrom2019-08-081-0/+4
* [clangd] Fix buildbot failure from ambigous ArrayRef ctorJohan Vikstrom2019-08-011-2/+2
* [clangd] Duplicate lines of semantic highlightings sent removed.Johan Vikstrom2019-08-011-15/+73
* [clangd] Added highlightings for template parameters and specializations.Johan Vikstrom2019-07-181-0/+27
* [clangd] Added highlighting for the targets in typedefs and using.Johan Vikstrom2019-07-161-3/+13
* [clangd] Fix duplicate highlighting tokens appearing in initializer lists.Johan Vikstrom2019-07-151-0/+8
* [clangd] Added highlighting for members and methods.Johan Vikstrom2019-07-151-1/+23
* [clangd] Added highlighting to enum constants.Johan Vikstrom2019-07-151-0/+6
* [clangd] Added highlightings for namespace specifiers.Johan Vikstrom2019-07-111-5/+38
* [clangd] Added highlighting for class and enum types.Johan Vikstrom2019-07-101-5/+47
* [clangd] Added highlighting for variable references (declrefs)Johan Vikstrom2019-07-051-10/+30
* [clangd] Some tweaks on semantic highlighting lookuptable.Haojian Wu2019-07-041-9/+10
* [clangd] Emit publishSemanticHighlighting in LSP if enabledJohan Vikstrom2019-07-041-0/+88
* [clangd] No need to setTraversalScope in SemanticHighlighting.Haojian Wu2019-06-271-2/+1
* [clangd] Added functionality for getting semantic highlights for variable and...Johan Vikstrom2019-06-261-0/+78
OpenPOWER on IntegriCloud