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
/
unittests
/
SemanticHighlightingTests.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reland "[AST] Traverse the class type loc inside the member type loc.""
Haojian Wu
2019-12-09
1
-2
/
+2
*
Revert "[AST] Traverse the class type loc inside the member type loc."
Sterling Augustine
2019-12-05
1
-2
/
+2
*
[clangd] Highlighting dependent types in more contexts
Nathan Ridge
2019-12-05
1
-1
/
+18
*
[clangd] Find reference to template parameter in 'sizeof...' expression
Nathan Ridge
2019-12-05
1
-0
/
+7
*
[AST] Traverse the class type loc inside the member type loc.
Haojian Wu
2019-12-05
1
-2
/
+2
*
[clangd] Inactive regions support as an extension to semantic highlighting
Nathan Ridge
2019-11-21
1
-7
/
+36
*
[clangd] Implement semantic highlightings via findExplicitReferences
Ilya Biryukov
2019-11-05
1
-0
/
+9
*
[clangd] Add missing highlights for using decls.
Haojian Wu
2019-10-29
1
-0
/
+5
*
[clangd] Do not highlight keywords in semantic highlighting
Ilya Biryukov
2019-10-28
1
-69
/
+69
*
[clangd] Improve semantic highlighting in dependent contexts (fixes #154)
Nathan Ridge
2019-10-14
1
-1
/
+56
*
Make most clangd unittests pass on Windows
Nico Weber
2019-10-13
1
-2
/
+8
*
[clangd] Collect missing macro references.
Haojian Wu
2019-10-07
1
-0
/
+14
*
[clangd] Collect macros in the preamble region of the main file
Haojian Wu
2019-09-24
1
-4
/
+4
*
[clangd] Collect location of macro definition in the ParsedAST
Haojian Wu
2019-09-10
1
-11
/
+13
*
[clangd] Add a new highlighting kind for typedefs
Ilya Biryukov
2019-09-09
1
-6
/
+10
*
[clangd] Highlight typedefs to template parameters as template parameters
Ilya Biryukov
2019-09-09
1
-1
/
+16
*
[clangd] Improve output of semantic highlighting tests in case of failures
Ilya Biryukov
2019-09-09
1
-2
/
+37
*
[clangd] Add highlighting for macro expansions.
Johan Vikstrom
2019-08-30
1
-23
/
+25
*
[clangd] Added highlighting for structured bindings.
Johan Vikstrom
2019-08-30
1
-0
/
+15
*
[clangd] Add distinct highlightings for static fields and methods
Nathan Ridge
2019-08-30
1
-6
/
+10
*
[clangd] Add a distinct highlighting for local variables
Nathan Ridge
2019-08-27
1
-57
/
+58
*
[clangd] Send highlighting diff beyond the end of the file.
Haojian Wu
2019-08-26
1
-16
/
+34
*
[clangd] Added highlighting for tokens that are macro arguments.
Johan Vikstrom
2019-08-19
1
-4
/
+63
*
[clangd] Added special HighlightingKind for function parameters.
Johan Vikstrom
2019-08-19
1
-11
/
+16
*
[clangd] Added highlighting for non type templates.
Johan Vikstrom
2019-08-16
1
-0
/
+53
*
[clangd] Remove highlightings coming from non topLevelDecls from included files.
Johan Vikstrom
2019-08-12
1
-2
/
+19
*
[clangd] Highlighting auto variables as the deduced type.
Johan Vikstrom
2019-08-12
1
-2
/
+16
*
[clangd] Added highlighting for constructor initializers.
Johan Vikstrom
2019-08-09
1
-0
/
+18
*
[AST] No longer visiting CXXMethodDecl bodies created by compiler when method...
Johan Vikstrom
2019-08-09
1
-1
/
+10
*
[clangd] Added semantic highlighting support for primitives.
Johan Vikstrom
2019-08-08
1
-28
/
+32
*
[clangd] Added an early return from VisitMemberExpr in SemanticHighlighting i...
Johan Vikstrom
2019-08-08
1
-0
/
+17
*
[clangd] Fix implicit template instatiations appearing as topLevelDecls.
Johan Vikstrom
2019-08-08
1
-0
/
+6
*
[clangd] Duplicate lines of semantic highlightings sent removed.
Johan Vikstrom
2019-08-01
1
-17
/
+156
*
[clangd] Log input code of failed highlighting tests. NFC
Ilya Biryukov
2019-07-22
1
-1
/
+2
*
[clangd] Added highlightings for template parameters and specializations.
Johan Vikstrom
2019-07-18
1
-6
/
+33
*
[clangd] Added highlighting for the targets in typedefs and using.
Johan Vikstrom
2019-07-16
1
-1
/
+14
*
[clangd] Fix duplicate highlighting tokens appearing in initializer lists.
Johan Vikstrom
2019-07-15
1
-0
/
+7
*
[clangd] Added highlighting for members and methods.
Johan Vikstrom
2019-07-15
1
-9
/
+35
*
[clangd] Added highlighting to enum constants.
Johan Vikstrom
2019-07-15
1
-5
/
+13
*
[clangd] Added highlightings for namespace specifiers.
Johan Vikstrom
2019-07-11
1
-5
/
+29
*
[clangd] Added highlighting for class and enum types.
Johan Vikstrom
2019-07-10
1
-11
/
+43
*
[clangd] Added highlighting for variable references (declrefs)
Johan Vikstrom
2019-07-05
1
-14
/
+29
*
[clangd] Emit publishSemanticHighlighting in LSP if enabled
Johan Vikstrom
2019-07-04
1
-1
/
+25
*
[clangd] Emit semantic highlighting tokens when the main AST is built.
Johan Vikstrom
2019-06-27
1
-0
/
+26
*
[clangd] Added functionality for getting semantic highlights for variable and...
Johan Vikstrom
2019-06-26
1
-0
/
+69