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 392beb7b [clangd] Fix incorrect file path for symbols defined by the c [...] new 0dd89559 [clangd] Support simpler JSON-RPC stream parsing for lit tests.
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 | 4 +- clangd/ClangdLSPServer.h | 3 +- clangd/JSONRPCDispatcher.cpp | 203 +++++++----- clangd/JSONRPCDispatcher.h | 9 + clangd/tool/ClangdMain.cpp | 22 +- test/clangd/completion.test | 101 +++--- test/clangd/crash-non-added-files.test | 79 ++--- test/clangd/diagnostics.test | 92 +++--- test/clangd/execute-command.test | 204 ++++++------ test/clangd/extra-flags.test | 169 +++++----- test/clangd/fixits.test | 487 ++++++++++++++--------------- test/clangd/formatting.test | 394 +++++++++++------------ test/clangd/initialize-params-invalid.test | 92 +++--- test/clangd/initialize-params.test | 98 +++--- test/clangd/rename.test | 89 +++--- test/clangd/shutdown-with-exit.test | 13 +- test/clangd/shutdown-without-exit.test | 8 +- test/clangd/signature-help.test | 62 ++-- test/clangd/test-uri-posix.test | 30 +- test/clangd/test-uri-windows.test | 30 +- test/clangd/trace.test | 45 ++- test/clangd/unsupported-method.test | 43 +-- test/clangd/xrefs.test | 124 ++++---- 23 files changed, 1145 insertions(+), 1256 deletions(-)