[PATCH] D37557: Refactor RecursiveASTVisitor test for post-order traversal

2018-01-24 Thread Raphael Isemann via Phabricator via cfe-commits
teemperor updated this revision to Diff 131204. teemperor added a comment. Herald added a subscriber: hintonda. - Rebased and clang formatted. https://reviews.llvm.org/D37557 Files: unittests/AST/CMakeLists.txt unittests/AST/PostOrderASTVisitor.cpp unittests/Tooling/CMakeLists.txt

[PATCH] D37557: Refactor RecursiveASTVisitor test for post-order traversal

2018-01-24 Thread Raphael Isemann via Phabricator via cfe-commits
This revision was not accepted when it landed; it landed in state "Needs Review". This revision was automatically updated to reflect the committed changes. Closed by commit rL323310: Refactor RecursiveASTVisitor test for post-order traversal (authored by teemperor, committed by ). Herald added a

[PATCH] D37557: Refactor RecursiveASTVisitor test for post-order traversal

2017-09-07 Thread Raphael Isemann via Phabricator via cfe-commits
teemperor created this revision. Herald added subscribers: mgorny, klimek. The new test is now in the right directory with the other ASTVisitor tests and uses now the provided TestVisitor framework. Repository: rL LLVM https://reviews.llvm.org/D37557 Files: unittests/AST/CMakeLists.txt