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
/
JSONRPCDispatcher.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clangd] Lay JSONRPCDispatcher to rest.
Sam McCall
2018-10-18
1
-95
/
+0
*
[clangd] Hide unused function. NFC
Sam McCall
2018-10-17
1
-3
/
+0
*
[clangd] Rename and move trivial logger to Logger.cpp. NFC
Sam McCall
2018-10-17
1
-17
/
+0
*
[clangd] Refactor JSON-over-stdin/stdout code into Transport abstraction. (re...
Sam McCall
2018-10-17
1
-45
/
+22
*
Revert "[clangd] Refactor JSON-over-stdin/stdout code into Transport abstract...
Krasimir Georgiev
2018-10-16
1
-22
/
+45
*
[clangd] Refactor JSON-over-stdin/stdout code into Transport abstraction.
Sam McCall
2018-10-16
1
-45
/
+22
*
[clangd] Allow all LSP methods to signal cancellation via $/cancelRequest
Sam McCall
2018-09-13
1
-4
/
+19
*
[clangd] Initial cancellation mechanism for LSP requests.
Kadir Cetinkaya
2018-08-24
1
-1
/
+7
*
[clangd] Fix (most) naming warnings from clang-tidy. NFC
Ilya Biryukov
2018-07-26
1
-1
/
+1
*
[clangd] Upgrade logging facilities with levels and formatv.
Sam McCall
2018-07-11
1
-3
/
+6
*
[clangd] Remove JSON library in favor of llvm/Support/JSON
Sam McCall
2018-07-09
1
-6
/
+6
*
[clangd] Rewrite JSON dispatcher loop using C IO (FILE*) instead of std::istr...
Sam McCall
2018-06-05
1
-1
/
+3
*
[clangd] Support simpler JSON-RPC stream parsing for lit tests.
Sam McCall
2018-02-06
1
-0
/
+9
*
[clangd] Pass Context implicitly using TLS.
Sam McCall
2018-01-31
1
-13
/
+11
*
[clangd] Implemented logging using Context
Ilya Biryukov
2017-12-13
1
-27
/
+15
*
[clangd] Logger implicitly adds newline
Sam McCall
2017-11-30
1
-2
/
+1
*
[clangd] Switch from YAMLParser to JSONExpr
Sam McCall
2017-11-28
1
-6
/
+6
*
[clangd] Tracing improvements
Sam McCall
2017-11-23
1
-2
/
+11
*
[clangd] Add ErrorCode enum class.
Haojian Wu
2017-11-07
1
-1
/
+2
*
Adds a json::Expr type to represent intermediate JSON expressions.
Sam McCall
2017-11-06
1
-8
/
+11
*
[clangd] Handle clangd.applyFix server-side
Marc-Andre Laperle
2017-11-03
1
-0
/
+2
*
[clangd] less boilerplate in RPC dispatch
Sam McCall
2017-10-12
1
-23
/
+23
*
Revert "Revert r315214 since diff -Z isn't portable, this is breaking:"
Ilya Biryukov
2017-10-10
1
-2
/
+9
*
Revert r315214 since diff -Z isn't portable, this is breaking:
Bruno Cardoso Lopes
2017-10-09
1
-9
/
+2
*
[clangd] Added a command-line arg to mirror clangd input into a file.
Ilya Biryukov
2017-10-09
1
-2
/
+9
*
[clangd] Introduced Logger interface.
Ilya Biryukov
2017-09-20
1
-2
/
+3
*
Added missing includes in clangd to fix the build.
Ilya Biryukov
2017-05-16
1
-0
/
+1
*
[clangd] Refactor ProtocolHandlers to decouple them from ClangdLSPServer
Ilya Biryukov
2017-05-16
1
-0
/
+9
*
[clangd] Synchronize logs access.
Benjamin Kramer
2017-02-15
1
-2
/
+2
*
[clangd] Move isDone from the JSONOutput to ShutdownHandler.
Benjamin Kramer
2017-02-10
1
-7
/
+0
*
[clangd] Refactor stream output into a single thread-safe output object.
Benjamin Kramer
2017-02-10
1
-6
/
+32
*
Add a prototype for clangd
Benjamin Kramer
2017-02-07
1
-0
/
+66