diff options
| author | Manuel Klimek <klimek@google.com> | 2014-10-09 15:02:06 +0000 |
|---|---|---|
| committer | Manuel Klimek <klimek@google.com> | 2014-10-09 15:02:06 +0000 |
| commit | 20c1c890b3ce356b01f69aed8378f2ae6bc799d3 (patch) | |
| tree | 2a46cd40a6448388056df5370349897e0bb05b59 /clang/unittests/Tooling/TestVisitor.h | |
| parent | 81593db14579e6d4ef6ef969bad472b9fced48d8 (diff) | |
| download | bcm5719-llvm-20c1c890b3ce356b01f69aed8378f2ae6bc799d3.tar.gz bcm5719-llvm-20c1c890b3ce356b01f69aed8378f2ae6bc799d3.zip | |
Separated RecursiveASTVisitorTest into multiple files.
Patch by Marek Kurdej.
llvm-svn: 219410
Diffstat (limited to 'clang/unittests/Tooling/TestVisitor.h')
| -rw-r--r-- | clang/unittests/Tooling/TestVisitor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/unittests/Tooling/TestVisitor.h b/clang/unittests/Tooling/TestVisitor.h index 7680d075477..d4416950f22 100644 --- a/clang/unittests/Tooling/TestVisitor.h +++ b/clang/unittests/Tooling/TestVisitor.h @@ -231,4 +231,4 @@ protected: }; } -#endif /* LLVM_CLANG_TEST_VISITOR_H */ +#endif |

