]> granicus.if.org Git - clang/commit
[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)
commit49634ed0fd44a4b245488e77907e6145c9cea017
treee45f309783c18ddc6d60bbbba9a8e0534c295a84
parent3bf779de600544a668c0a3daeedf8e2fefbb9449
[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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@339837 91177308-0d34-0410-b5e6-96231b3b80d8
test/Import/for-stmt/Inputs/F.cpp [new file with mode: 0644]
test/Import/for-stmt/test.cpp [new file with mode: 0644]