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 701a7f39 Remove possibility to change compile database path at runtime new b6363f57 [clangd] Send CodeAction responses to textDocument/codeAction [...]
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 | 56 +++++++--- clangd/ClangdLSPServer.h | 2 + clangd/Protocol.cpp | 29 ++++++ clangd/Protocol.h | 31 ++++++ test/clangd/fixits-codeaction.test | 126 +++++++++++++++++++++++ test/clangd/{fixits.test => fixits-command.test} | 0 6 files changed, 229 insertions(+), 15 deletions(-) create mode 100644 test/clangd/fixits-codeaction.test rename test/clangd/{fixits.test => fixits-command.test} (100%)