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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clangd] Use printf instead of `echo -e` to be compliant with dash
Kadir Cetinkaya
2020-06-16
1
-2
/
+2
*
[clangd] Disable dependency-output lit test on windows
Kadir Cetinkaya
2020-06-16
1
-0
/
+1
*
[clangd] Preserve -nostdinc and --sysroot when calling query driver
Kadir Cetinkaya
2020-06-10
1
-2
/
+6
*
[clangd] Disable all dependency outputs
Kadir Cetinkaya
2020-06-10
1
-0
/
+12
*
[clangd] Expose Code Completion score to the client
Kirill Bobyrev
2020-02-13
4
-0
/
+9
*
[clangd][Hover] Change arrow in return type back to →
Kadir Cetinkaya
2020-01-27
1
-1
/
+1
*
[clangd] Rearrange type, returntype and parameters in hover card
Kadir Cetinkaya
2020-01-27
1
-1
/
+1
*
[clangd] Refurbish HoverInfo::present
Kadir Cetinkaya
2020-01-09
1
-2
/
+2
*
[clangd] Add path mappings functionality
Sam McCall
2020-01-07
2
-0
/
+68
*
Revert "Revert "[clangd] Implement "textDocument/documentLink" protocol suppo...
Sam McCall
2020-01-02
2
-0
/
+45
*
Revert "[clangd] Implement "textDocument/documentLink" protocol support"
Dmitri Gribenko
2019-12-16
2
-45
/
+0
*
[clangd] Implement "textDocument/documentLink" protocol support
Michael Forster
2019-12-12
2
-0
/
+45
*
[clangd] Remove the hanging lit exit-signal.test.
Haojian Wu
2019-12-04
1
-32
/
+0
*
[clangd] Shutdown cleanly on signals.
Sam McCall
2019-11-27
2
-0
/
+39
*
[clangd] Inactive regions support as an extension to semantic highlighting
Nathan Ridge
2019-11-21
1
-0
/
+8
*
[clangd] Do not highlight keywords in semantic highlighting
Ilya Biryukov
2019-10-28
1
-4
/
+4
*
[clangd] Improve semantic highlighting in dependent contexts (fixes #154)
Nathan Ridge
2019-10-14
1
-4
/
+10
*
clangd tests: use extended regex with sed
Nico Weber
2019-10-14
3
-3
/
+3
*
convert another test to unix line endings
Nico Weber
2019-10-14
1
-14
/
+14
*
convert a test to unix line endings
Nico Weber
2019-10-14
1
-84
/
+84
*
fix typo in 374747
Nico Weber
2019-10-14
1
-1
/
+1
*
Prefer 'env not' over 'not env' in tests.
Nico Weber
2019-10-14
1
-1
/
+1
*
Make symbols.test pass on Windows.
Nico Weber
2019-10-14
2
-2
/
+2
*
Make code-action-request.test and request-reply.test pass on Windows.
Nico Weber
2019-10-14
2
-5
/
+5
*
Don't run background-index.test on Windows.
Nico Weber
2019-10-14
1
-1
/
+1
*
Add missing "REQUIRES: shell" to system-include-extractor.test
Nico Weber
2019-10-13
1
-0
/
+3
*
Try to get clangd tests passing on Windows.
Nico Weber
2019-10-07
2
-10
/
+10
*
[clangd] Add semantic selection to ClangdLSPServer.
Utkarsh Saxena
2019-09-24
2
-0
/
+40
*
[clangd] Add a new highlighting kind for typedefs
Ilya Biryukov
2019-09-09
1
-4
/
+7
*
[clangd] Add highlighting for macro expansions.
Johan Vikstrom
2019-08-30
1
-0
/
+3
*
[clangd] Add distinct highlightings for static fields and methods
Nathan Ridge
2019-08-30
1
-4
/
+10
*
[clangd] Add a distinct highlighting for local variables
Nathan Ridge
2019-08-27
1
-4
/
+7
*
[clangd] Send highlighting diff beyond the end of the file.
Haojian Wu
2019-08-26
1
-1
/
+6
*
[clangd] Added special HighlightingKind for function parameters.
Johan Vikstrom
2019-08-19
1
-4
/
+7
*
[clangd] Use raw rename functions to implement the rename.
Haojian Wu
2019-08-09
1
-2
/
+2
*
[clangd] Added semantic highlighting support for primitives.
Johan Vikstrom
2019-08-08
1
-4
/
+7
*
[clangd] Add a callback mechanism for handling responses from client.
Haojian Wu
2019-08-05
2
-4
/
+48
*
[clangd] Duplicate lines of semantic highlightings sent removed.
Johan Vikstrom
2019-08-01
1
-0
/
+44
*
[clangd] Also accept flags from CLANGD_FLAGS variable.
Sam McCall
2019-07-25
1
-0
/
+9
*
[clangd] Implement "prepareRename"
Haojian Wu
2019-07-24
1
-11
/
+36
*
Revert "Revert r366458, r366467 and r366468"
Kadir Cetinkaya
2019-07-19
5
-3
/
+5
*
Revert r366458, r366467 and r366468
Azharuddin Mohammed
2019-07-19
5
-5
/
+3
*
[clangd] Handle windows line endings in QueryDriver
Kadir Cetinkaya
2019-07-19
1
-1
/
+1
*
[clangd] BackgroundIndex stores shards to the closest project
Kadir Cetinkaya
2019-07-18
5
-3
/
+5
*
[clangd] Added highlightings for template parameters and specializations.
Johan Vikstrom
2019-07-18
1
-0
/
+3
*
[clangd] Handle windows line endings in QueryDriver
Kadir Cetinkaya
2019-07-17
1
-1
/
+1
*
[clangd] Added highlighting for members and methods.
Johan Vikstrom
2019-07-15
1
-1
/
+7
*
[clangd] Added highlighting to enum constants.
Johan Vikstrom
2019-07-15
1
-0
/
+3
*
[clangd] Implement typeHierarchy/resolve for subtypes
Nathan Ridge
2019-07-13
1
-2
/
+61
*
Revert "[clangd] Implement typeHierarchy/resolve for subtypes"
Russell Gallop
2019-07-12
1
-61
/
+2
[next]