Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DR1472: A reference isn't odr-used if it has preceding initialization, | Richard Smith | 2012-10-20 | 1 | -1/+1 |
| | | | | | | | | | initialized by a reference constant expression. Our odr-use modeling still needs work here: we don't yet implement the 'set of potential results of an expression' DR. llvm-svn: 166361 | ||||
* | DR1442: In a range-based for statement, namespace 'std' is not an associated | Richard Smith | 2012-10-18 | 1 | -6/+4 |
| | | | | | | namespace. llvm-svn: 166194 | ||||
* | 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 | ||||
* | clang side to match the LLVM IR type system rewrite patch. | Chris Lattner | 2011-07-09 | 1 | -4/+4 |
| | | | | llvm-svn: 134831 | ||||
* | Apply NAKAMURA Takumi's workaround to fix thses tests on -Asserts build. The ↵ | Richard Smith | 2011-04-15 | 1 | -1/+1 |
| | | | | | | 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/+128 |
draft standard (N3291). llvm-svn: 129541 |