Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [cxx2a] P0614R1: Support init-statements in range-based for loops. | Richard Smith | 2018-09-28 | 1 | -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 CXXForRangeStmt | Raphael Isemann | 2018-08-21 | 1 | -0/+53 |
Reviewers: a.sidorin, martong Reviewed By: martong Subscribers: rnkovacs, martong, cfe-commits Differential Revision: https://reviews.llvm.org/D51001 llvm-svn: 340297 |