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 849d20a9 [clangd] Add "str()" method to SymbolID. new aa3548e3 [clangd] Fix unicode handling, using UTF-16 where LSP requires it.
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/ClangdServer.cpp | 8 +-- clangd/ClangdUnit.cpp | 73 ++++++++++----------------- clangd/ClangdUnit.h | 3 +- clangd/CodeComplete.cpp | 11 +++- clangd/Protocol.h | 2 + clangd/SourceCode.cpp | 98 +++++++++++++++++++++++++++++++++--- clangd/SourceCode.h | 19 +++---- clangd/XRefs.cpp | 21 +++----- test/clangd/rename.test | 2 +- unittests/clangd/ClangdUnitTests.cpp | 23 +++++++++ unittests/clangd/DraftStoreTests.cpp | 6 +-- unittests/clangd/SourceCodeTests.cpp | 50 +++++++++++------- 12 files changed, 205 insertions(+), 111 deletions(-)