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 38e92b1f [clang-doc] Setup clang-doc frontend framework new 6a910fde Revert "[clang-doc] Setup clang-doc frontend framework"
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: CMakeLists.txt | 1 - clang-doc/BitcodeWriter.cpp | 517 ---------------------------- clang-doc/BitcodeWriter.h | 201 ----------- clang-doc/CMakeLists.txt | 23 -- clang-doc/ClangDoc.cpp | 61 ---- clang-doc/ClangDoc.h | 33 -- clang-doc/Mapper.cpp | 86 ----- clang-doc/Mapper.h | 57 --- clang-doc/Representation.h | 184 ---------- clang-doc/Serialize.cpp | 336 ------------------ clang-doc/Serialize.h | 53 --- clang-doc/tool/CMakeLists.txt | 17 - clang-doc/tool/ClangDocMain.cpp | 114 ------ docs/clang-doc.rst | 62 ---- test/CMakeLists.txt | 1 - test/clang-doc/mapper-class-in-class.cpp | 35 -- test/clang-doc/mapper-class-in-function.cpp | 38 -- test/clang-doc/mapper-class.cpp | 19 - test/clang-doc/mapper-comments.cpp | 172 --------- test/clang-doc/mapper-enum.cpp | 36 -- test/clang-doc/mapper-function.cpp | 25 -- test/clang-doc/mapper-method.cpp | 43 --- test/clang-doc/mapper-namespace.cpp | 17 - test/clang-doc/mapper-struct.cpp | 23 -- test/clang-doc/mapper-union.cpp | 29 -- 25 files changed, 2183 deletions(-) delete mode 100644 clang-doc/BitcodeWriter.cpp delete mode 100644 clang-doc/BitcodeWriter.h delete mode 100644 clang-doc/CMakeLists.txt delete mode 100644 clang-doc/ClangDoc.cpp delete mode 100644 clang-doc/ClangDoc.h delete mode 100644 clang-doc/Mapper.cpp delete mode 100644 clang-doc/Mapper.h delete mode 100644 clang-doc/Representation.h delete mode 100644 clang-doc/Serialize.cpp delete mode 100644 clang-doc/Serialize.h delete mode 100644 clang-doc/tool/CMakeLists.txt delete mode 100644 clang-doc/tool/ClangDocMain.cpp delete mode 100644 docs/clang-doc.rst delete mode 100644 test/clang-doc/mapper-class-in-class.cpp delete mode 100644 test/clang-doc/mapper-class-in-function.cpp delete mode 100644 test/clang-doc/mapper-class.cpp delete mode 100644 test/clang-doc/mapper-comments.cpp delete mode 100644 test/clang-doc/mapper-enum.cpp delete mode 100644 test/clang-doc/mapper-function.cpp delete mode 100644 test/clang-doc/mapper-method.cpp delete mode 100644 test/clang-doc/mapper-namespace.cpp delete mode 100644 test/clang-doc/mapper-struct.cpp delete mode 100644 test/clang-doc/mapper-union.cpp