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 72f44cc [clang-tidy] Attempt to fix the test where exceptions are dis [...] new 6fbfc84 [clangd] Add support for FixIts.
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/ASTManager.cpp | 115 ++++++++++++++++---------- clangd/ASTManager.h | 20 ++++- clangd/ClangDMain.cpp | 13 ++- clangd/Protocol.cpp | 113 +++++++++++++++++++++++++ clangd/Protocol.h | 61 ++++++++++++++ clangd/ProtocolHandlers.cpp | 64 +++++++++++--- clangd/ProtocolHandlers.h | 14 +++- clangd/clients/clangd-vscode/src/extension.ts | 18 +++- test/clangd/fixits.test | 22 +++++ test/clangd/formatting.test | 5 +- 10 files changed, 384 insertions(+), 61 deletions(-) create mode 100644 test/clangd/fixits.test