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 7e714d5a Adding the readability module to the list of dependencies for [...] new b756f893 [clangd] Support textEdit in addition to insertText.
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/CodeComplete.cpp | 51 +++++++++++++++++++---- clangd/CodeComplete.h | 3 ++ clangd/SourceCode.cpp | 5 +++ clangd/SourceCode.h | 2 + unittests/clangd/CodeCompleteTests.cpp | 76 ++++++++++++++++++++++++++++++++++ unittests/clangd/SourceCodeTests.cpp | 15 +++++++ 6 files changed, 145 insertions(+), 7 deletions(-)