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 79061107 [clang-tidy] Enable Python 3 support for add_new_check.py new 3f403613 [clangd] Support incremental document syncing
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 | 23 +- clangd/DraftStore.cpp | 64 ++++- clangd/DraftStore.h | 16 +- clangd/Protocol.cpp | 3 +- clangd/Protocol.h | 32 ++- test/clangd/initialize-params-invalid.test | 2 +- test/clangd/initialize-params.test | 2 +- test/clangd/textdocument-didchange-fail.test | 37 +++ unittests/clangd/CMakeLists.txt | 1 + unittests/clangd/DraftStoreTests.cpp | 350 +++++++++++++++++++++++++++ 10 files changed, 514 insertions(+), 16 deletions(-) create mode 100644 test/clangd/textdocument-didchange-fail.test create mode 100644 unittests/clangd/DraftStoreTests.cpp