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 d9ac0b53 [clangd] Pass Context implicitly using TLS. new 2fa4cfef [clangd] Add a test URI scheme for lit tests to unbreak platf [...]
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 | 39 ++++++++++++++++++++++ clangd/Protocol.cpp | 2 +- test/clangd/authority-less-uri.test | 54 ------------------------------- test/clangd/completion.test | 8 ++--- test/clangd/diagnostics.test | 4 +-- test/clangd/execute-command.test | 18 +++++------ test/clangd/extra-flags.test | 8 ++--- test/clangd/fixits.test | 20 ++++++------ test/clangd/formatting.test | 18 +++++------ test/clangd/input-mirror.test | 64 ++++++++++++++++++------------------- test/clangd/protocol.test | 16 +++++----- test/clangd/rename.test | 8 ++--- test/clangd/signature-help.test | 4 +-- test/clangd/test-uri-posix.test | 19 +++++++++++ test/clangd/test-uri-windows.test | 19 +++++++++++ test/clangd/trace.test | 4 +-- test/clangd/unsupported-method.test | 2 +- test/clangd/xrefs.test | 8 ++--- 18 files changed, 169 insertions(+), 146 deletions(-) delete mode 100644 test/clangd/authority-less-uri.test create mode 100644 test/clangd/test-uri-posix.test create mode 100644 test/clangd/test-uri-windows.test