summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/expr/expr.const/p3-0x.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revert r163829. The world (or libstdc++, at least) is not ready.Richard Smith2012-09-131-6/+5
| | | | llvm-svn: 163846
* Remove speculative fix for C++ core issue 1407, since it was resolved as NAD.Richard Smith2012-09-131-5/+6
| | | | llvm-svn: 163829
* constexpr: converted constant expression handling for enumerator values, caseRichard Smith2012-01-181-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
OpenPOWER on IntegriCloud