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 22043955 [clangd] Fix missing "message" key when responding with unsup [...] new 3e89b3da [clangd] Handle InitializeParams and store rootUri
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 | 8 ++++- clangd/ClangdServer.cpp | 12 +++++-- clangd/ClangdServer.h | 5 +++ clangd/Protocol.cpp | 57 ++++++++++++++++++++++++++++++ clangd/Protocol.h | 37 +++++++++++++++++++ clangd/ProtocolHandlers.cpp | 8 ++++- clangd/ProtocolHandlers.h | 3 +- test/clangd/initialize-params-invalid.test | 21 +++++++++++ test/clangd/initialize-params.test | 21 +++++++++++ 9 files changed, 167 insertions(+), 5 deletions(-) create mode 100644 test/clangd/initialize-params-invalid.test create mode 100644 test/clangd/initialize-params.test