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
/
ProtocolHandlers.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clangd] Lay JSONRPCDispatcher to rest.
Sam McCall
2018-10-18
1
-67
/
+0
*
[clangd] Allow all LSP methods to signal cancellation via $/cancelRequest
Sam McCall
2018-09-13
1
-1
/
+0
*
[clangd] Add xrefs LSP boilerplate implementation.
Sam McCall
2018-09-05
1
-0
/
+1
*
[clangd] Initial cancellation mechanism for LSP requests.
Kadir Cetinkaya
2018-08-24
1
-0
/
+1
*
[clangd] Implementation of textDocument/documentSymbol
Marc-Andre Laperle
2018-07-05
1
-0
/
+1
*
[clangd] Implementation of workspace/symbol request
Marc-Andre Laperle
2018-04-23
1
-0
/
+1
*
[clangd] Remove unused field in HandlerRegisterer
Simon Marchi
2018-03-07
1
-1
/
+1
*
[clangd] DidChangeConfiguration Notification
Simon Marchi
2018-02-22
1
-0
/
+1
*
[clangd] Implement textDocument/hover
Marc-Andre Laperle
2018-02-16
1
-0
/
+1
*
[clangd] Pass Context implicitly using TLS.
Sam McCall
2018-01-31
1
-24
/
+18
*
[clangd] Implemented logging using Context
Ilya Biryukov
2017-12-13
1
-1
/
+2
*
[clangd] Document highlights for clangd
Ilya Biryukov
2017-12-12
1
-0
/
+2
*
[clangd] Add rename support.
Haojian Wu
2017-11-09
1
-0
/
+1
*
[clangd] Handle clangd.applyFix server-side
Marc-Andre Laperle
2017-11-03
1
-0
/
+1
*
[clangd] Handle exit notification (proper shutdown)
Ilya Biryukov
2017-10-25
1
-0
/
+1
*
[clangd] less boilerplate in RPC dispatch
Sam McCall
2017-10-12
1
-29
/
+26
*
[clangd] Add textDocument/signatureHelp
Ilya Biryukov
2017-10-06
1
-0
/
+2
*
[clangd] Handle workspace/didChangeWatchedFiles
Marc-Andre Laperle
2017-10-02
1
-0
/
+1
*
[clangd] Run clang-format on the source code. NFC.
Ilya Biryukov
2017-10-02
1
-2
/
+2
*
Small clangd cleanups, NFC
Sam McCall
2017-09-29
1
-1
/
+1
*
[clangd] LSP extension to switch between source/header file
Marc-Andre Laperle
2017-09-28
1
-0
/
+2
*
[clangd] Handle InitializeParams and store rootUri
Marc-Andre Laperle
2017-09-27
1
-1
/
+2
*
[clangd] Run clang-format on all clangd sources. NFC.
Ilya Biryukov
2017-08-02
1
-1
/
+1
*
[clangd] Add "Go to Declaration" functionality
Marc-Andre Laperle
2017-06-28
1
-0
/
+2
*
[clangd] Refactor ProtocolHandlers to decouple them from ClangdLSPServer
Ilya Biryukov
2017-05-16
1
-111
/
+27
*
Restored r303067 and fixed failing test.
Ilya Biryukov
2017-05-16
1
-24
/
+24
*
Revert "[ClangD] Refactor clangd into separate components"
Adam Nemet
2017-05-15
1
-24
/
+24
*
[ClangD] Refactor clangd into separate components
Ilya Biryukov
2017-05-15
1
-24
/
+24
*
[clangd] Remove ASTUnits for closed documents and cache CompilationDatabase p...
Krasimir Georgiev
2017-04-10
1
-0
/
+10
*
[clangd] Add code completion support
Krasimir Georgiev
2017-04-04
1
-1
/
+12
*
[clangd] Add support for FixIts.
Benjamin Kramer
2017-03-01
1
-1
/
+13
*
[clangd] Implement format on type
Krasimir Georgiev
2017-02-16
1
-1
/
+12
*
[clangd] Move isDone from the JSONOutput to ShutdownHandler.
Benjamin Kramer
2017-02-10
1
-1
/
+6
*
[clangd] Refactor stream output into a single thread-safe output object.
Benjamin Kramer
2017-02-10
1
-19
/
+11
*
Add a prototype for clangd
Benjamin Kramer
2017-02-07
1
-0
/
+100