This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 66528e8d1f Improve MSVC visualizations so the parser shows where we are [...] new 888cb09800 [AST] Traverse attributes inside DEF_TRAVERSE_DECL macro
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/RecursiveASTVisitor.h | 11 ++-- unittests/AST/CMakeLists.txt | 1 + unittests/AST/RecursiveASTVisitorTest.cpp | 106 ++++++++++++++++++++++++++++++ 3 files changed, 112 insertions(+), 6 deletions(-) create mode 100644 unittests/AST/RecursiveASTVisitorTest.cpp