[ASTImporter] Add test for WhileStmt
authorRaphael Isemann <teemperor@gmail.com>
Thu, 16 Aug 2018 18:20:05 +0000 (18:20 +0000)
committerRaphael Isemann <teemperor@gmail.com>
Thu, 16 Aug 2018 18:20:05 +0000 (18:20 +0000)
commit2fd6e45e67e9ae523b5b321205eee19f248565c8
treea2f9ca0f3f9d66a042610340502633a05132218c
parent003140d1b2bfd9b9b0a88582eb426c0912c5f7f2
[ASTImporter] Add test for WhileStmt

Reviewers: a.sidorin, martong

Reviewed By: martong

Subscribers: rnkovacs, martong, cfe-commits

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

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