This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 0b641d6dce [Bug 39548][Clang] PGO bootstrap fails with python3: errors [...] new ad55bb6be0 [ASTDump] Add utility for dumping a label with child nodes new 4c57533ba3 Implement Attr dumping in terms of visitors
The 2 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/AttrVisitor.h | 76 ++++++++++++++++++++++++++++++++ include/clang/AST/CMakeLists.txt | 9 +++- include/clang/AST/TextNodeDumper.h | 23 +++++++++- lib/AST/ASTDumper.cpp | 41 +++++++---------- lib/AST/TextNodeDumper.cpp | 23 ++++++++++ test/AST/ast-dump-stmt.cpp | 3 +- utils/TableGen/ClangAttrEmitter.cpp | 87 ++++++++++++++++++++++++------------- utils/TableGen/TableGen.cpp | 16 ++++--- utils/TableGen/TableGenBackends.h | 5 ++- 9 files changed, 216 insertions(+), 67 deletions(-) create mode 100644 include/clang/AST/AttrVisitor.h