summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/unittests/SemanticHighlightingTests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reland "[AST] Traverse the class type loc inside the member type loc.""Haojian Wu2019-12-091-2/+2
* Revert "[AST] Traverse the class type loc inside the member type loc."Sterling Augustine2019-12-051-2/+2
* [clangd] Highlighting dependent types in more contextsNathan Ridge2019-12-051-1/+18
* [clangd] Find reference to template parameter in 'sizeof...' expressionNathan Ridge2019-12-051-0/+7
* [AST] Traverse the class type loc inside the member type loc.Haojian Wu2019-12-051-2/+2
* [clangd] Inactive regions support as an extension to semantic highlightingNathan Ridge2019-11-211-7/+36
* [clangd] Implement semantic highlightings via findExplicitReferencesIlya Biryukov2019-11-051-0/+9
* [clangd] Add missing highlights for using decls.Haojian Wu2019-10-291-0/+5
* [clangd] Do not highlight keywords in semantic highlightingIlya Biryukov2019-10-281-69/+69
* [clangd] Improve semantic highlighting in dependent contexts (fixes #154)Nathan Ridge2019-10-141-1/+56
* Make most clangd unittests pass on WindowsNico Weber2019-10-131-2/+8
* [clangd] Collect missing macro references.Haojian Wu2019-10-071-0/+14
* [clangd] Collect macros in the preamble region of the main fileHaojian Wu2019-09-241-4/+4
* [clangd] Collect location of macro definition in the ParsedASTHaojian Wu2019-09-101-11/+13
* [clangd] Add a new highlighting kind for typedefsIlya Biryukov2019-09-091-6/+10
* [clangd] Highlight typedefs to template parameters as template parametersIlya Biryukov2019-09-091-1/+16
* [clangd] Improve output of semantic highlighting tests in case of failuresIlya Biryukov2019-09-091-2/+37
* [clangd] Add highlighting for macro expansions.Johan Vikstrom2019-08-301-23/+25
* [clangd] Added highlighting for structured bindings.Johan Vikstrom2019-08-301-0/+15
* [clangd] Add distinct highlightings for static fields and methodsNathan Ridge2019-08-301-6/+10
* [clangd] Add a distinct highlighting for local variablesNathan Ridge2019-08-271-57/+58
* [clangd] Send highlighting diff beyond the end of the file.Haojian Wu2019-08-261-16/+34
* [clangd] Added highlighting for tokens that are macro arguments.Johan Vikstrom2019-08-191-4/+63
* [clangd] Added special HighlightingKind for function parameters.Johan Vikstrom2019-08-191-11/+16
* [clangd] Added highlighting for non type templates.Johan Vikstrom2019-08-161-0/+53
* [clangd] Remove highlightings coming from non topLevelDecls from included files.Johan Vikstrom2019-08-121-2/+19
* [clangd] Highlighting auto variables as the deduced type.Johan Vikstrom2019-08-121-2/+16
* [clangd] Added highlighting for constructor initializers.Johan Vikstrom2019-08-091-0/+18
* [AST] No longer visiting CXXMethodDecl bodies created by compiler when method...Johan Vikstrom2019-08-091-1/+10
* [clangd] Added semantic highlighting support for primitives.Johan Vikstrom2019-08-081-28/+32
* [clangd] Added an early return from VisitMemberExpr in SemanticHighlighting i...Johan Vikstrom2019-08-081-0/+17
* [clangd] Fix implicit template instatiations appearing as topLevelDecls.Johan Vikstrom2019-08-081-0/+6
* [clangd] Duplicate lines of semantic highlightings sent removed.Johan Vikstrom2019-08-011-17/+156
* [clangd] Log input code of failed highlighting tests. NFCIlya Biryukov2019-07-221-1/+2
* [clangd] Added highlightings for template parameters and specializations.Johan Vikstrom2019-07-181-6/+33
* [clangd] Added highlighting for the targets in typedefs and using.Johan Vikstrom2019-07-161-1/+14
* [clangd] Fix duplicate highlighting tokens appearing in initializer lists.Johan Vikstrom2019-07-151-0/+7
* [clangd] Added highlighting for members and methods.Johan Vikstrom2019-07-151-9/+35
* [clangd] Added highlighting to enum constants.Johan Vikstrom2019-07-151-5/+13
* [clangd] Added highlightings for namespace specifiers.Johan Vikstrom2019-07-111-5/+29
* [clangd] Added highlighting for class and enum types.Johan Vikstrom2019-07-101-11/+43
* [clangd] Added highlighting for variable references (declrefs)Johan Vikstrom2019-07-051-14/+29
* [clangd] Emit publishSemanticHighlighting in LSP if enabledJohan Vikstrom2019-07-041-1/+25
* [clangd] Emit semantic highlighting tokens when the main AST is built.Johan Vikstrom2019-06-271-0/+26
* [clangd] Added functionality for getting semantic highlights for variable and...Johan Vikstrom2019-06-261-0/+69
OpenPOWER on IntegriCloud