[ASTImporter] Add test for DoStmt
authorRaphael Isemann <teemperor@gmail.com>
Thu, 16 Aug 2018 18:20:52 +0000 (18:20 +0000)
committerRaphael Isemann <teemperor@gmail.com>
Thu, 16 Aug 2018 18:20:52 +0000 (18:20 +0000)
commit5fd7f152c8fc138d9f93e554113410dd934c84a8
tree18c57d3fc2602bd2555ad72f1fdd43f1277d795f
parent2fd6e45e67e9ae523b5b321205eee19f248565c8
[ASTImporter] Add test for DoStmt

Reviewers: a.sidorin, martong

Reviewed By: martong

Subscribers: rnkovacs, martong, cfe-commits

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

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