Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Extend for-range temporary cleanups codegen test to catch the bug which Eli | Richard Smith | 2012-01-31 | 1 | -0/+7 |
| | | | | | | fixed in r149440. llvm-svn: 149450 | ||||
* | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith | 2011-10-13 | 1 | -3/+3 |
| | | | | | | -std=c++0x. Patch by Ahmed Charles! llvm-svn: 141900 | ||||
* | PR10506: Extend test for temporary cleanups in range-based for loop to cover ↵ | Richard Smith | 2011-09-04 | 1 | -1/+9 |
| | | | | | | the dependent case. llvm-svn: 139109 | ||||
* | Apply NAKAMURA Takumi's workaround to fix thses tests on -Asserts build. The ↵ | Richard Smith | 2011-04-15 | 1 | -2/+2 |
| | | | | | | labels there are numbered, not named, and numbered labels are formatted differently. llvm-svn: 129562 | ||||
* | Add support for C++0x's range-based for loops, as specified by the C++11 ↵ | Richard Smith | 2011-04-14 | 1 | -0/+131 |
draft standard (N3291). llvm-svn: 129541 |