[ASTImporter] Add test for IfStmt
authorRaphael Isemann <teemperor@gmail.com>
Wed, 15 Aug 2018 22:36:58 +0000 (22:36 +0000)
committerRaphael Isemann <teemperor@gmail.com>
Wed, 15 Aug 2018 22:36:58 +0000 (22:36 +0000)
commitf78af0c9a41b77823ff0d318c0f6d43d5c94ffac
tree77532e85788126c8a1901e4f1abd538538699f9d
parent0e24bfc6bda169b39e478c3c8bb3a45f4d545c9a
[ASTImporter] Add test for IfStmt

Reviewers: a.sidorin, hiraditya

Reviewed By: hiraditya

Subscribers: hiraditya, martong, cfe-commits

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

llvm-svn: 339827
clang/test/Import/if-stmt/Inputs/F.cpp [new file with mode: 0644]
clang/test/Import/if-stmt/test.cpp [new file with mode: 0644]