Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CHECK-LABEL-ify some code gen tests to improve diagnostic experience when ↵ | Stephen Lin | 2013-08-15 | 1 | -3/+3 |
| | | | | | | tests fail. llvm-svn: 188447 | ||||
* | constexpr: converted constant expression handling for enumerator values, case | Richard Smith | 2012-01-18 | 1 | -0/+12 |
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 |