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 02aeae0a [clangd] Never end command-line flag description with a period. NFC new ea50d3dc [clangd] Introduce a structured hover response
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 | 15 +- clangd/ClangdServer.cpp | 11 +- clangd/ClangdServer.h | 2 +- clangd/Protocol.cpp | 1 + clangd/XRefs.cpp | 424 ++++++++++++++++++++++++++++++---------- clangd/XRefs.h | 70 ++++++- clangd/test/hover.test | 33 ++++ clangd/unittests/TestTU.cpp | 3 +- clangd/unittests/XRefsTests.cpp | 353 ++++++++++++++++++++++++++++++--- 9 files changed, 769 insertions(+), 143 deletions(-)