]> granicus.if.org Git - clang/commit
[ASTImporter] Add unit tests for structural equivalence
authorGabor Marton <martongabesz@gmail.com>
Thu, 24 May 2018 08:41:07 +0000 (08:41 +0000)
committerGabor Marton <martongabesz@gmail.com>
Thu, 24 May 2018 08:41:07 +0000 (08:41 +0000)
commit4d35581b46b40f8410113e3d70a7b52f9a7fa62c
tree562c642910e40b3000dc0e83c5a50aa25b76758c
parentbe604857d3a8f3e55fb99327b6214e076931f1ca
[ASTImporter] Add unit tests for structural equivalence

Summary:
This patch add new tests for structural equivalence. For that a new
common header is created which holds the test related language specific
types and functions.

Reviewers: a.sidorin, xazax.hun, szepet

Subscribers: rnkovacs, dkrupp, cfe-commits

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

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