]> granicus.if.org Git - clang/commit
[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)
commitca47e8d86b5a44e409374a6c550ec5cc1377ad38
tree1282b0914341e291eba47ac20c8a8f8071cf0148
parenta4b62b2f872e3b1447903ef76bca8bc1226fbcc6
[ASTImporter] Add test for WhileStmt

Reviewers: a.sidorin, martong

Reviewed By: martong

Subscribers: rnkovacs, martong, cfe-commits

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

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