]> granicus.if.org Git - clang/commit
Separated RecursiveASTVisitorTest into multiple files.
authorManuel Klimek <klimek@google.com>
Thu, 9 Oct 2014 15:02:06 +0000 (15:02 +0000)
committerManuel Klimek <klimek@google.com>
Thu, 9 Oct 2014 15:02:06 +0000 (15:02 +0000)
commit6f64a3a5c86c341c65de13d3cd154d5e84c0c5fa
tree13b18050c1c9e4da0663bff37f5bb08e87c085a5
parentbcdf6054e56b23950b7ea097aa07af252817c267
Separated RecursiveASTVisitorTest into multiple files.

Patch by Marek Kurdej.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@219410 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Tooling/CMakeLists.txt
unittests/Tooling/RecursiveASTVisitorTest.cpp
unittests/Tooling/RecursiveASTVisitorTestCallVisitor.cpp [new file with mode: 0644]
unittests/Tooling/RecursiveASTVisitorTestDeclVisitor.cpp [new file with mode: 0644]
unittests/Tooling/RecursiveASTVisitorTestExprVisitor.cpp [new file with mode: 0644]
unittests/Tooling/RecursiveASTVisitorTestTypeLocVisitor.cpp [new file with mode: 0644]
unittests/Tooling/TestVisitor.h