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 9d0509f1 [clangd] Allow to pass code completion opts to ClangdServer. new beeb16c5 [clangd] Handle exit notification (proper shutdown)
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 | 10 ++++++++-- clangd/ClangdLSPServer.h | 9 ++++++++- clangd/Protocol.h | 1 + clangd/ProtocolHandlers.cpp | 1 + clangd/ProtocolHandlers.h | 1 + clangd/tool/ClangdMain.cpp | 4 +++- test/clangd/authority-less-uri.test | 4 ++++ test/clangd/completion-priorities.test | 4 ++++ test/clangd/completion-qualifiers.test | 4 ++++ test/clangd/completion-snippet.test | 4 ++++ test/clangd/completion.test | 4 ++++ test/clangd/definitions.test | 4 ++++ test/clangd/diagnostics-preamble.test | 4 ++++ test/clangd/diagnostics.test | 4 ++++ test/clangd/did-change-watch-files.test | 3 +++ test/clangd/extra-flags.test | 4 ++++ test/clangd/fixits.test | 4 ++++ test/clangd/formatting.test | 4 ++++ test/clangd/initialize-params-invalid.test | 4 ++++ test/clangd/initialize-params.test | 4 ++++ test/clangd/input-mirror.test | 4 ++++ test/clangd/protocol.test | 6 ++++-- test/clangd/shutdown-with-exit.test | 9 +++++++++ test/clangd/shutdown-without-exit.test | 6 ++++++ test/clangd/signature-help.test | 4 ++++ test/clangd/unsupported-method.test | 4 ++++ 26 files changed, 108 insertions(+), 6 deletions(-) create mode 100644 test/clangd/shutdown-with-exit.test create mode 100644 test/clangd/shutdown-without-exit.test