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 3a0f4337 Update release notes (check SVN commit-after-approval access) new 93e4eab4 [clangd] Handle clangd.applyFix server-side
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 | 74 ++++++++---- clangd/ClangdLSPServer.h | 1 + clangd/JSONRPCDispatcher.cpp | 7 ++ clangd/JSONRPCDispatcher.h | 2 + clangd/Protocol.cpp | 160 ++++++++++++++++++++++++++ clangd/Protocol.h | 41 +++++++ clangd/ProtocolHandlers.cpp | 1 + clangd/ProtocolHandlers.h | 1 + clangd/clients/clangd-vscode/src/extension.ts | 20 ---- test/clangd/execute-command.test | 67 +++++++++++ test/clangd/fixits.test | 11 +- test/clangd/initialize-params-invalid.test | 5 +- test/clangd/initialize-params.test | 5 +- 13 files changed, 346 insertions(+), 49 deletions(-) create mode 100644 test/clangd/execute-command.test