| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix test better way. | Fariborz Jahanian | 2012-09-19 | 1 | -5/+5 |
| | | | | | llvm-svn: 164234 | ||||
| * | c: warn when an integer value comparison with an | Fariborz Jahanian | 2012-09-18 | 1 | -4/+4 |
| | | | | | | | | | integral expression have the obvious result. Patch reviewed by John McCall off line. // rdar://12202422 llvm-svn: 164143 | ||||
| * | Don't assume that a valid expression for the first part of a for-statement | Richard Smith | 2012-02-21 | 1 | -0/+11 |
| | | | | | | | is non-null when diagnosing a broken attempt to write a for-range-statement. llvm-svn: 151081 | ||||
| * | A couple minor fixes to template instantiation for for-range loops. | Eli Friedman | 2012-01-31 | 1 | -0/+11 |
| | | | | | llvm-svn: 149440 | ||||
| * | Be sure to emit delayed diagnostics after parsing the declaration | John McCall | 2012-01-27 | 1 | -0/+10 |
| | | | | | | | of a for-range variable. Fixes PR11793. llvm-svn: 149109 | ||||
| * | 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 | ||||
| * | Add support for C++0x's range-based for loops, as specified by the C++11 ↵ | Richard Smith | 2011-04-14 | 1 | -0/+150 |
| draft standard (N3291). llvm-svn: 129541 | |||||

