Richard Smith
|
440e9db9e7
|
Extend for-range temporary cleanups codegen test to catch the bug which Eli
fixed in r149440.
llvm-svn: 149450
|
2012-01-31 23:43:25 +00:00 |
Richard Smith
|
9ca5c42582
|
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
-std=c++0x. Patch by Ahmed Charles!
llvm-svn: 141900
|
2011-10-13 22:29:44 +00:00 |
Richard Smith
|
3f9211d322
|
PR10506: Extend test for temporary cleanups in range-based for loop to cover the dependent case.
llvm-svn: 139109
|
2011-09-04 23:52:03 +00:00 |
Richard Smith
|
3504faf6e4
|
Apply NAKAMURA Takumi's workaround to fix thses tests on -Asserts build. The labels there are numbered, not named, and numbered labels are formatted differently.
llvm-svn: 129562
|
2011-04-15 10:12:39 +00:00 |
Richard Smith
|
02e85f3bc5
|
Add support for C++0x's range-based for loops, as specified by the C++11 draft standard (N3291).
llvm-svn: 129541
|
2011-04-14 22:09:26 +00:00 |