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
/
SyncAPI.h
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
-59
/
+0
*
[clangd] Return clangd::TextEdit in ClangdServer::rename. NFC
Ilya Biryukov
2019-04-03
1
-1
/
+1
*
[clangd] Implement textDocument/declaration from LSP 3.14
Sam McCall
2019-02-01
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[clangd] Add support for hierarchical documentSymbol
Ilya Biryukov
2018-11-23
1
-2
/
+2
*
[clangd] auto-index stores symbols per-file instead of per-TU.
Eric Liu
2018-11-06
1
-0
/
+1
*
[clangd] Minimal implementation of automatic static index (not enabled).
Sam McCall
2018-10-15
1
-1
/
+4
*
NFC: Enforce good formatting across multiple clang-tools-extra files
Kirill Bobyrev
2018-08-14
1
-2
/
+6
*
[clangd] Implementation of textDocument/documentSymbol
Marc-Andre Laperle
2018-07-05
1
-0
/
+3
*
[clangd] ClangdServer::codeComplete return CodeCompleteResult, not LSP struct.
Sam McCall
2018-07-02
1
-1
/
+1
*
[clangd] Move caching of compile args out of ClangdServer.
Ilya Biryukov
2018-06-13
1
-2
/
+1
*
[clangd] Implementation of workspace/symbol request
Marc-Andre Laperle
2018-04-23
1
-0
/
+3
*
[clangd] Remove forceReparse, add a flag to addDocument instead
Ilya Biryukov
2018-03-14
1
-1
/
+3
*
[clangd] Remove Tagged and some related APIs from ClangdServer.
Sam McCall
2018-03-12
1
-7
/
+7
*
[clangd] Extract ClangdServer::Options struct.
Sam McCall
2018-03-05
1
-0
/
+3
*
[clangd] Remove codecomplete override content API. Long live addDocument!
Sam McCall
2018-02-27
1
-6
/
+4
*
[clangd] Make functions of ClangdServer callback-based
Ilya Biryukov
2018-02-15
1
-0
/
+16
*
[clangd] Remove codeComplete that returns std::future<>
Ilya Biryukov
2018-02-12
1
-0
/
+28