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 3f043f7d [clangd] Add a missing early return in getTypeHierarchy() new bf83f6e6 [clangd] Implement typeHierarchy/resolve for subtypes
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/ClangdLSPServer.h | 2 ++ clangd/ClangdServer.cpp | 10 ++++-- clangd/ClangdServer.h | 10 ++++-- clangd/Protocol.cpp | 17 ++++++--- clangd/Protocol.h | 23 +++++++++--- clangd/XRefs.cpp | 25 ++++++++++++- clangd/XRefs.h | 4 +++ clangd/test/type-hierarchy.test | 63 +++++++++++++++++++++++++++++++-- clangd/unittests/TypeHierarchyTests.cpp | 46 +++++++++++++++++++++++- 10 files changed, 191 insertions(+), 17 deletions(-)