summaryrefslogtreecommitdiffstats
path: root/clang/test/Import/cxx-for-range/test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [cxx2a] P0614R1: Support init-statements in range-based for loops.Richard Smith2018-09-281-0/+5
| | | | | | | We don't yet support this for the case where a range-based for loop is implicitly rewritten to an ObjC for..in statement. llvm-svn: 343350
* [ASTImporter] Add test for CXXForRangeStmtRaphael Isemann2018-08-211-0/+53
Reviewers: a.sidorin, martong Reviewed By: martong Subscribers: rnkovacs, martong, cfe-commits Differential Revision: https://reviews.llvm.org/D51001 llvm-svn: 340297
OpenPOWER on IntegriCloud