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 18140c41 [clang-tidy] Add "emplace_back" detection in inefficient-vect [...] new 53c6ae92 [clangd] Refactor ProtocolHandlers to decouple them from Clan [...]
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 | 194 +++++++++++++++++++++++-- clangd/ClangdLSPServer.h | 42 ++---- clangd/ClangdMain.cpp | 90 +----------- clangd/ClangdServer.cpp | 67 +++++++++ clangd/ClangdServer.h | 19 ++- clangd/JSONRPCDispatcher.cpp | 58 ++++++++ clangd/JSONRPCDispatcher.h | 9 ++ clangd/ProtocolHandlers.cpp | 339 ++++++++++++++++++++++--------------------- clangd/ProtocolHandlers.h | 138 ++++-------------- 9 files changed, 549 insertions(+), 407 deletions(-)