]> granicus.if.org Git - clang/commit
Refactor RecursiveASTVisitor test for post-order traversal
authorRaphael Isemann <teemperor@gmail.com>
Wed, 24 Jan 2018 09:40:16 +0000 (09:40 +0000)
committerRaphael Isemann <teemperor@gmail.com>
Wed, 24 Jan 2018 09:40:16 +0000 (09:40 +0000)
commitaff1a3f56c049bb08f51d074eeecd591118f7cc3
tree1a7398a21b1d004a1baf66730bfc74a64d57e0a9
parent903b385001790aadf3c1d2024a5b63267379a65a
Refactor RecursiveASTVisitor test for post-order traversal

Summary:
The new test is now in the right directory with the other ASTVisitor tests and uses
now the provided TestVisitor framework.

Subscribers: hintonda, v.g.vassilev, klimek, cfe-commits, mgorny

Differential Revision: https://reviews.llvm.org/D37557

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@323310 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/AST/CMakeLists.txt
unittests/AST/PostOrderASTVisitor.cpp [deleted file]
unittests/Tooling/CMakeLists.txt
unittests/Tooling/RecursiveASTVisitorTestPostOrderVisitor.cpp [new file with mode: 0644]