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 32b375b1 [clangd] Names that are not spelled in source code are reserved. new 3843e82a [clangd] Lay JSONRPCDispatcher to rest.
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 | 2 - clangd/ClangdLSPServer.cpp | 515 ++++++++++++++------- clangd/ClangdLSPServer.h | 82 ++-- clangd/JSONRPCDispatcher.cpp | 208 --------- clangd/JSONRPCDispatcher.h | 95 ---- clangd/ProtocolHandlers.cpp | 80 ---- clangd/ProtocolHandlers.h | 67 --- clangd/TUScheduler.cpp | 9 +- clangd/tool/ClangdMain.cpp | 3 +- test/clangd/crash-non-added-files.test | 2 - .../clangd/delimited-input-comment-at-the-end.test | 3 +- test/clangd/fixits-command.test | 2 +- test/clangd/rename.test | 2 +- test/clangd/spaces-in-delimited-input.test | 2 +- 14 files changed, 411 insertions(+), 661 deletions(-) delete mode 100644 clangd/JSONRPCDispatcher.cpp delete mode 100644 clangd/JSONRPCDispatcher.h delete mode 100644 clangd/ProtocolHandlers.cpp delete mode 100644 clangd/ProtocolHandlers.h