This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang-tools-extra.
from fb2fd434 [clangd] Refactor JSON-over-stdin/stdout code into Transport [...] new 8c677006 Revert "[clangd] Refactor JSON-over-stdin/stdout code into Tr [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: clangd/CMakeLists.txt | 1 - clangd/ClangdLSPServer.cpp | 43 ++- clangd/ClangdLSPServer.h | 21 +- clangd/JSONRPCDispatcher.cpp | 301 +++++++++++++++++---- clangd/JSONRPCDispatcher.h | 67 +++-- clangd/JSONTransport.cpp | 298 -------------------- clangd/Protocol.cpp | 2 - clangd/Protocol.h | 17 -- clangd/ProtocolHandlers.cpp | 1 - clangd/Transport.h | 92 ------- clangd/tool/ClangdMain.cpp | 19 +- .../compile-commands-path-in-initialize.test | 2 - test/clangd/completion-snippets.test | 2 - test/clangd/completion.test | 2 - test/clangd/crash-non-added-files.test | 2 - test/clangd/execute-command.test | 2 - test/clangd/input-mirror.test | 3 - test/clangd/signature-help.test | 2 - test/clangd/textdocument-didchange-fail.test | 2 - test/clangd/trace.test | 2 - test/clangd/xrefs.test | 2 - unittests/clangd/CMakeLists.txt | 1 - unittests/clangd/JSONTransportTests.cpp | 199 -------------- 23 files changed, 341 insertions(+), 742 deletions(-) delete mode 100644 clangd/JSONTransport.cpp delete mode 100644 clangd/Transport.h delete mode 100644 unittests/clangd/JSONTransportTests.cpp