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 e8f2c1d2 [clangd] Added highlighting for constructor initializers. new 5b33eba0 [clang-format] Add link to source code in file definitions
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 | 4 +- clang-doc/BitcodeWriter.cpp | 8 ++- clang-doc/HTMLGenerator.cpp | 106 +++++++++++++++++++++--------- clang-doc/Mapper.cpp | 35 +++++++--- clang-doc/Mapper.h | 4 +- clang-doc/Representation.cpp | 16 +++++ clang-doc/Representation.h | 24 ++++--- clang-doc/Serialize.cpp | 32 +++++---- clang-doc/Serialize.h | 10 +-- clang-doc/tool/ClangDocMain.cpp | 22 ++++++- docs/clang-doc.rst | 40 ++++++----- unittests/clang-doc/HTMLGeneratorTest.cpp | 36 ++++++---- unittests/clang-doc/SerializeTest.cpp | 2 +- 13 files changed, 238 insertions(+), 101 deletions(-)