index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang-tools-extra
/
clangd
/
SemanticHighlighting.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clangd] Highlighting dependent types in more contexts
Nathan Ridge
2019-12-05
1
-0
/
+19
*
[clangd] Inactive regions support as an extension to semantic highlighting
Nathan Ridge
2019-11-21
1
-5
/
+37
*
[clangd] Store xref for Macros in ParsedAST.
Utkarsh Saxena
2019-11-18
1
-2
/
+7
*
[clangd] Implement semantic highlightings via findExplicitReferences
Ilya Biryukov
2019-11-05
1
-151
/
+97
*
[clangd] Add missing highlights for using decls.
Haojian Wu
2019-10-29
1
-5
/
+14
*
[clangd] Do not highlight keywords in semantic highlighting
Ilya Biryukov
2019-10-28
1
-9
/
+11
*
[clangd] Improve semantic highlighting in dependent contexts (fixes #154)
Nathan Ridge
2019-10-14
1
-0
/
+51
*
[clangd] Remove an unrelated comment, NFC.
Haojian Wu
2019-09-27
1
-1
/
+0
*
[clangd] Collect macros in the preamble region of the main file
Haojian Wu
2019-09-24
1
-2
/
+3
*
[clangd] Simplify semantic highlighting visitor
Ilya Biryukov
2019-09-16
1
-169
/
+111
*
[clangd] Collect location of macro definition in the ParsedAST
Haojian Wu
2019-09-10
1
-4
/
+2
*
[clangd] Add a new highlighting kind for typedefs
Ilya Biryukov
2019-09-09
1
-8
/
+30
*
[clangd] Highlight typedefs to template parameters as template parameters
Ilya Biryukov
2019-09-09
1
-5
/
+9
*
[clangd] Replace HighlightingKind::NumKinds with LastKind. NFC
Ilya Biryukov
2019-09-09
1
-4
/
+1
*
[clangd] Improve output of semantic highlighting tests in case of failures
Ilya Biryukov
2019-09-09
1
-0
/
+37
*
[clangd] Rename ClangdUnit.h -> ParsedAST.h. NFC
Sam McCall
2019-09-04
1
-0
/
+1
*
[clangd] Add highlighting for macro expansions.
Johan Vikstrom
2019-08-30
1
-6
/
+13
*
[clangd] Added highlighting for structured bindings.
Johan Vikstrom
2019-08-30
1
-0
/
+4
*
[clangd] Add distinct highlightings for static fields and methods
Nathan Ridge
2019-08-30
1
-4
/
+11
*
[clangd] Add a distinct highlighting for local variables
Nathan Ridge
2019-08-27
1
-7
/
+10
*
[clangd] Send highlighting diff beyond the end of the file.
Haojian Wu
2019-08-26
1
-6
/
+6
*
[clangd] Added highlighting for tokens that are macro arguments.
Johan Vikstrom
2019-08-19
1
-4
/
+29
*
[clangd] Added special HighlightingKind for function parameters.
Johan Vikstrom
2019-08-19
1
-0
/
+7
*
[clangd] Added highlighting for non type templates.
Johan Vikstrom
2019-08-16
1
-0
/
+4
*
[clangd] Remove highlightings coming from non topLevelDecls from included files.
Johan Vikstrom
2019-08-12
1
-0
/
+6
*
[clangd] Highlighting auto variables as the deduced type.
Johan Vikstrom
2019-08-12
1
-14
/
+24
*
[clangd] Added highlighting for constructor initializers.
Johan Vikstrom
2019-08-09
1
-0
/
+8
*
[clangd] Added semantic highlighting support for primitives.
Johan Vikstrom
2019-08-08
1
-1
/
+7
*
[clangd] Added an early return from VisitMemberExpr in SemanticHighlighting i...
Johan Vikstrom
2019-08-08
1
-0
/
+4
*
[clangd] Fix buildbot failure from ambigous ArrayRef ctor
Johan Vikstrom
2019-08-01
1
-2
/
+2
*
[clangd] Duplicate lines of semantic highlightings sent removed.
Johan Vikstrom
2019-08-01
1
-15
/
+73
*
[clangd] Added highlightings for template parameters and specializations.
Johan Vikstrom
2019-07-18
1
-0
/
+27
*
[clangd] Added highlighting for the targets in typedefs and using.
Johan Vikstrom
2019-07-16
1
-3
/
+13
*
[clangd] Fix duplicate highlighting tokens appearing in initializer lists.
Johan Vikstrom
2019-07-15
1
-0
/
+8
*
[clangd] Added highlighting for members and methods.
Johan Vikstrom
2019-07-15
1
-1
/
+23
*
[clangd] Added highlighting to enum constants.
Johan Vikstrom
2019-07-15
1
-0
/
+6
*
[clangd] Added highlightings for namespace specifiers.
Johan Vikstrom
2019-07-11
1
-5
/
+38
*
[clangd] Added highlighting for class and enum types.
Johan Vikstrom
2019-07-10
1
-5
/
+47
*
[clangd] Added highlighting for variable references (declrefs)
Johan Vikstrom
2019-07-05
1
-10
/
+30
*
[clangd] Some tweaks on semantic highlighting lookuptable.
Haojian Wu
2019-07-04
1
-9
/
+10
*
[clangd] Emit publishSemanticHighlighting in LSP if enabled
Johan Vikstrom
2019-07-04
1
-0
/
+88
*
[clangd] No need to setTraversalScope in SemanticHighlighting.
Haojian Wu
2019-06-27
1
-2
/
+1
*
[clangd] Added functionality for getting semantic highlights for variable and...
Johan Vikstrom
2019-06-26
1
-0
/
+78