Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert r163829. The world (or libstdc++, at least) is not ready. | Richard Smith | 2012-09-13 | 1 | -6/+5 |
| | | | | llvm-svn: 163846 | ||||
* | Remove speculative fix for C++ core issue 1407, since it was resolved as NAD. | Richard Smith | 2012-09-13 | 1 | -5/+6 |
| | | | | llvm-svn: 163829 | ||||
* | constexpr: converted constant expression handling for enumerator values, case | Richard Smith | 2012-01-18 | 1 | -0/+110 |
values and non-type template arguments of integral and enumeration types. This change causes some legal C++98 code to no longer compile in C++11 mode, by enforcing the C++11 rule that narrowing integral conversions are not permitted in the final implicit conversion sequence for the above cases. llvm-svn: 148439 |