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 8aab715b [clangd] Bump vscode-clangd v0.0.12. new 0e19d52c [clangd] Support utf-8 offsets (rather than utf-16) as a prot [...]
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 | 48 +++++++++++++++++++++++++------- clangd/ClangdLSPServer.h | 2 ++ clangd/Protocol.cpp | 27 ++++++++++++++++++ clangd/Protocol.h | 15 ++++++++++ clangd/SourceCode.cpp | 42 +++++++++++++++++++++++----- clangd/SourceCode.h | 7 +++++ clangd/index/IndexAction.cpp | 1 - clangd/index/SymbolLocation.h | 10 +++++-- clangd/tool/ClangdMain.cpp | 18 +++++++++++- test/clangd/utf8.test | 32 ++++++++++++++++++++++ unittests/clangd/SourceCodeTests.cpp | 53 ++++++++++++++++++++++++++++++++---- 11 files changed, 228 insertions(+), 27 deletions(-) create mode 100644 test/clangd/utf8.test