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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clangd] Lay JSONRPCDispatcher to rest.
Sam McCall
2018-10-18
1
-80
/
+0
*
[clangd] Refactor JSON-over-stdin/stdout code into Transport abstraction. (re...
Sam McCall
2018-10-17
1
-0
/
+1
*
Revert "[clangd] Refactor JSON-over-stdin/stdout code into Transport abstract...
Krasimir Georgiev
2018-10-16
1
-1
/
+0
*
[clangd] Refactor JSON-over-stdin/stdout code into Transport abstraction.
Sam McCall
2018-10-16
1
-0
/
+1
*
[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] Upgrade logging facilities with levels and formatv.
Sam McCall
2018-07-11
1
-1
/
+1
*
[clangd] Remove JSON library in favor of llvm/Support/JSON
Sam McCall
2018-07-09
1
-1
/
+2
*
[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
-3
/
+1
*
[clangd] DidChangeConfiguration Notification
Simon Marchi
2018-02-22
1
-0
/
+2
*
[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
-11
/
+9
*
[clangd] Implemented logging using Context
Ilya Biryukov
2017-12-13
1
-4
/
+3
*
[clangd] Document highlights for clangd
Ilya Biryukov
2017-12-12
1
-0
/
+2
*
[clangd] Logger implicitly adds newline
Sam McCall
2017-11-30
1
-1
/
+1
*
[clangd] New conventions for JSON-marshalling functions, centralize machinery
Sam McCall
2017-11-30
1
-6
/
+4
*
[clangd] Switch from YAMLParser to JSONExpr
Sam McCall
2017-11-28
1
-3
/
+3
*
[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
*
Performance tracing facility for clangd.
Sam McCall
2017-11-02
1
-1
/
+5
*
[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
-283
/
+43
*
[clangd] clang-format the source code. NFC.
Ilya Biryukov
2017-10-10
1
-2
/
+2
*
[clangd] Add textDocument/signatureHelp
Ilya Biryukov
2017-10-06
1
-0
/
+20
*
[clangd] Handle workspace/didChangeWatchedFiles
Marc-Andre Laperle
2017-10-02
1
-1
/
+23
*
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
/
+19
*
[clangd] Handle InitializeParams and store rootUri
Marc-Andre Laperle
2017-09-27
1
-1
/
+7
*
[clangd] Fix codeAction not decoded properly when sent from some clients
Marc-Andre Laperle
2017-09-18
1
-9
/
+9
*
[clangd] Run clang-format on all clangd sources. NFC.
Ilya Biryukov
2017-08-02
1
-1
/
+2
*
[clangd] Add "Go to Declaration" functionality
Marc-Andre Laperle
2017-06-28
1
-0
/
+20
*
[clangd] Refactor ProtocolHandlers to decouple them from ClangdLSPServer
Ilya Biryukov
2017-05-16
1
-164
/
+175
*
Restored r303067 and fixed failing test.
Ilya Biryukov
2017-05-16
1
-11
/
+12
*
Revert "[ClangD] Refactor clangd into separate components"
Adam Nemet
2017-05-15
1
-12
/
+11
*
[ClangD] Refactor clangd into separate components
Ilya Biryukov
2017-05-15
1
-11
/
+12
*
[clangd] Remove ASTUnits for closed documents and cache CompilationDatabase p...
Krasimir Georgiev
2017-04-10
1
-1
/
+12
*
[clangd] Extract FsPath from file:// uri
Krasimir Georgiev
2017-04-07
1
-14
/
+11
*
[clangd] Add code completion support
Krasimir Georgiev
2017-04-04
1
-0
/
+22
*
[clangd] Add support for FixIts.
Benjamin Kramer
2017-03-01
1
-12
/
+52
*
[clangd] Fix Output.log error
Krasimir Georgiev
2017-02-16
1
-1
/
+1
*
[clangd] Implement format on type
Krasimir Georgiev
2017-02-16
1
-0
/
+21
*
[clangd] Fix another use after free that I missed because COW strings.
Benjamin Kramer
2017-02-15
1
-1
/
+1
*
[clangd] Synchronize logs access.
Benjamin Kramer
2017-02-15
1
-4
/
+4
*
[clangd] Fix use after free.
Benjamin Kramer
2017-02-15
1
-1
/
+1
*
[clangd] Refactor stream output into a single thread-safe output object.
Benjamin Kramer
2017-02-10
1
-4
/
+4
*
[clangd] Strip file:// from the URI when calling formatting.
Benjamin Kramer
2017-02-07
1
-0
/
+3
*
Add a prototype for clangd
Benjamin Kramer
2017-02-07
1
-0
/
+116