This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 758cfbc585 NFC: Extract TextTreeStructure class new 3b68f54078 NFC: Extract TextNodeDumper class
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: include/clang/AST/TextNodeDumper.h | 54 ++++++ lib/AST/ASTDumper.cpp | 372 ++++++++++++------------------------- lib/AST/CMakeLists.txt | 1 + lib/AST/TextNodeDumper.cpp | 141 ++++++++++++++ 4 files changed, 315 insertions(+), 253 deletions(-) create mode 100644 include/clang/AST/TextNodeDumper.h create mode 100644 lib/AST/TextNodeDumper.cpp