Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith | 2011-10-13 | 1 | -1/+1 |
| | | | | | | -std=c++0x. Patch by Ahmed Charles! llvm-svn: 141900 | ||||
* | Advertise support for cxx_range_for as an extension in C++98 mode. Patch by ↵ | Richard Smith | 2011-09-06 | 1 | -0/+1 |
| | | | | | | | | Jean-Daniel Dupas! Also provide a modicum of test coverage for ranged for in C++98. llvm-svn: 139149 | ||||
* | Add support for C++0x's range-based for loops, as specified by the C++11 ↵ | Richard Smith | 2011-04-14 | 1 | -0/+37 |
draft standard (N3291). llvm-svn: 129541 |