]> granicus.if.org Git - clang/commit
[ASTImporter] Separate unittest files
authorGabor Marton <martongabesz@gmail.com>
Mon, 13 May 2019 10:06:25 +0000 (10:06 +0000)
committerGabor Marton <martongabesz@gmail.com>
Mon, 13 May 2019 10:06:25 +0000 (10:06 +0000)
commitf585a602f52c5f1c02c0c39400a2ca273e3a51b1
treeaf84ccf0007b029fda8a7eaa8177bc371b63765a
parentc10f0b96cad0191a4029c4a0cf0f55d30b6ce7dc
[ASTImporter] Separate unittest files

Summary:
Move generic redecl chain tests and visibility tests into their own
separate test files.

Reviewers: a_sidorin, a.sidorin, shafik

Subscribers: mgorny, rnkovacs, dkrupp, Szelethus, gamesh411, cfe-commits

Tags: #clang

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@360572 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/AST/ASTImporterFixtures.cpp [new file with mode: 0644]
unittests/AST/ASTImporterFixtures.h [new file with mode: 0644]
unittests/AST/ASTImporterGenericRedeclTest.cpp [new file with mode: 0644]
unittests/AST/ASTImporterTest.cpp
unittests/AST/ASTImporterVisibilityTest.cpp [new file with mode: 0644]
unittests/AST/CMakeLists.txt