This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ed8ad4e97e [PowerPC] Make no-PIC default to match GCC - CLANG new ef1d87ea6e Add tests for dumping base classes; NFC. new 6e3ba53989 Adding tests for -ast-dump; NFC.
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: test/AST/ast-dump-record-definition-data.cpp | 190 +++++++++++ test/AST/ast-dump-records.cpp | 37 ++ test/AST/ast-dump-special-member-functions.cpp | 446 +++++++++++++++++++++++++ 3 files changed, 673 insertions(+) create mode 100644 test/AST/ast-dump-record-definition-data.cpp create mode 100644 test/AST/ast-dump-special-member-functions.cpp