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 aa27115c [clangd] Fix backward-compatibility - follow-up to textDocume [...] new 124fa5d8 [clangd] Canonicalize file path in URIForFile.
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 | 2 +- clangd/FindSymbols.cpp | 4 ++- clangd/Protocol.cpp | 35 ++++++++++++++++------- clangd/Protocol.h | 20 ++++++++++++- clangd/URI.cpp | 39 +++++++++++++++++--------- clangd/URI.h | 7 +++++ clangd/XRefs.cpp | 54 +++++++++++++++++++++--------------- unittests/clangd/ClangdTests.cpp | 14 ++++++---- unittests/clangd/ClangdUnitTests.cpp | 5 ++-- unittests/clangd/TestFS.cpp | 5 +++- unittests/clangd/URITests.cpp | 22 +++++++++++++++ unittests/clangd/XRefsTests.cpp | 37 ++++++++++++------------ 12 files changed, 169 insertions(+), 75 deletions(-)