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 4309b5b1 Fix the google-readability-namespace-comments-cxx17 test afte [...] new 40b5a54d [clangd] less boilerplate in RPC dispatch
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/ClangdLSPServer.cpp | 110 +++++------ clangd/ClangdLSPServer.h | 44 ++--- clangd/JSONRPCDispatcher.cpp | 48 ++--- clangd/JSONRPCDispatcher.h | 46 ++--- clangd/Protocol.cpp | 11 +- clangd/Protocol.h | 8 + clangd/ProtocolHandlers.cpp | 326 +++++--------------------------- clangd/ProtocolHandlers.h | 55 +++--- test/clangd/did-change-watch-files.test | 4 +- test/clangd/fixits.test | 4 +- 10 files changed, 199 insertions(+), 457 deletions(-)