[ASTImporter] Add test for ForStmt and ContinueStmt
authorRaphael Isemann <teemperor@gmail.com>
Thu, 16 Aug 2018 01:35:47 +0000 (01:35 +0000)
committerRaphael Isemann <teemperor@gmail.com>
Thu, 16 Aug 2018 01:35:47 +0000 (01:35 +0000)
commit85504a9ca690cd6eaf364b3daa653b7a1e0a3c38
tree0a2638c6b9be6f6eba698ad53d57f5c4c1d45a87
parent00c35c77943f9dca3d77ccb0c447f896727ac8ca
[ASTImporter] Add test for ForStmt and ContinueStmt

Reviewers: a.sidorin, a_sidorin

Reviewed By: a_sidorin

Subscribers: martong, cfe-commits

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

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