This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from dc7857b [DebugInfo] Set DISubprogram ThisAdjustment in the MS ABI new a1c3adc Add postorder traversal support to the RecursiveASTVisitor. new 3621b41 Add forgotten test to r274348.
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/RecursiveASTVisitor.h | 136 +++++++++++++++++++++----------- unittests/AST/CMakeLists.txt | 1 + unittests/AST/PostOrderASTVisitor.cpp | 123 +++++++++++++++++++++++++++++ 3 files changed, 215 insertions(+), 45 deletions(-) create mode 100644 unittests/AST/PostOrderASTVisitor.cpp