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
/
unittests
/
clangd
/
FindSymbolsTests.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clangd] Move clangd tests to clangd directory. check-clangd is no longer par...
Sam McCall
2019-04-29
1
-688
/
+0
*
[clangd] Show template argument list in workspacesymbols and documentsymbols ...
Kadir Cetinkaya
2019-04-12
1
-2
/
+35
*
[clangd] Print template arguments helper
Kadir Cetinkaya
2019-04-12
1
-4
/
+2
*
[clangd] Index UsingDecls
Kadir Cetinkaya
2019-02-26
1
-4
/
+1
*
[clangd] Index main-file macros (bug 39761)
Haojian Wu
2019-01-28
1
-6
/
+9
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[clangd] Index main-file symbols (bug 39761)
Sam McCall
2019-01-14
1
-4
/
+6
*
[clangd] Remove 'using namespace llvm' from .cpp files. NFC
Ilya Biryukov
2019-01-07
1
-5
/
+3
*
[clangd] Cleanup syntax errors in the test, NFC.
Haojian Wu
2018-12-21
1
-1
/
+1
*
[clangd] Fix a syntax error on the test.
Haojian Wu
2018-12-19
1
-1
/
+1
*
[clangd] Use testPath in the test.
Haojian Wu
2018-11-26
1
-2
/
+2
*
[clangd] Add support for hierarchical documentSymbol
Ilya Biryukov
2018-11-23
1
-53
/
+150
*
[clangd] Cleanup: stop passing around list of supported URI schemes.
Eric Liu
2018-11-22
1
-1
/
+0
*
[clangd] Set workspace root when initializing ClangdServer, disallow mutation.
Sam McCall
2018-10-19
1
-1
/
+1
*
[clangd] Implementation of textDocument/documentSymbol
Marc-Andre Laperle
2018-07-05
1
-0
/
+271
*
[clangd] Simplify matches in FindSymbols tests
Marc-Andre Laperle
2018-06-26
1
-57
/
+45
*
[clangd] Use workspace root path as hint path for resolving URIs in workspace...
Eric Liu
2018-06-19
1
-1
/
+6
*
[clangd] Make workspace/symbols actually rank its results.
Sam McCall
2018-06-07
1
-3
/
+13
*
[clangd] Boost fuzzy match score by 2x (so a maximum of 2) when the query is ...
Sam McCall
2018-06-06
1
-4
/
+4
*
[clangd] Add "member" symbols to the index
Marc-Andre Laperle
2018-06-05
1
-1
/
+42
*
[clangd] Initialize candidate count in unit test
Benjamin Kramer
2018-04-24
1
-1
/
+1
*
[clangd] Implementation of workspace/symbol request
Marc-Andre Laperle
2018-04-23
1
-0
/
+247