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 857f1897 [clangd] Expose -offset-encoding=utf-32, which has been imple [...] new cf243044 [clangd] Add a callback mechanism for handling responses from [...]
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 | 136 +++++++++++++++++++++++++++++++++------- clangd/ClangdLSPServer.h | 27 +++++++- clangd/Protocol.cpp | 9 +++ clangd/Protocol.h | 6 ++ clangd/test/fixits-command.test | 9 +-- clangd/test/request-reply.test | 43 +++++++++++++ 6 files changed, 201 insertions(+), 29 deletions(-) create mode 100644 clangd/test/request-reply.test