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 4e8c84e6 Revert "[clangd] Implement typeHierarchy/resolve for subtypes" new 41581f29 [clang-doc] Add html links to references
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: clang-doc/BitcodeReader.cpp | 8 +- clang-doc/BitcodeWriter.cpp | 16 ++- clang-doc/BitcodeWriter.h | 3 + clang-doc/Generators.cpp | 13 -- clang-doc/Generators.h | 2 - clang-doc/HTMLGenerator.cpp | 178 ++++++++++++++++++++------- clang-doc/MDGenerator.cpp | 12 ++ clang-doc/Representation.cpp | 2 + clang-doc/Representation.h | 23 +++- clang-doc/Serialize.cpp | 192 +++++++++++++++++++----------- clang-doc/YAMLGenerator.cpp | 2 + clang-doc/tool/ClangDocMain.cpp | 30 +++-- unittests/clang-doc/HTMLGeneratorTest.cpp | 28 +++-- unittests/clang-doc/YAMLGeneratorTest.cpp | 22 +++- 14 files changed, 361 insertions(+), 170 deletions(-)