aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/conv
AgeCommit message (Expand)Author
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs
2012-09-20Make the wchar_t promotion test consistent across different hosts by specifyi...David Blaikie
2012-09-13Fix incorrect comment.Richard Smith
2012-09-13Fix up after r163846. Sorry!Richard Smith
2012-09-13Implement C++11 [conv.prom]p4: an enumeration with a fixed underlying type hasRichard Smith
2011-10-26Compute the promoted integer type of fixed-width enums correctly. Found by i...Eli Friedman
2011-10-26Correctly perform integral promotions on wchar_t/char16_t/char32_t in C++. <r...Eli Friedman
2010-08-05Drop an unjustified limitation from Type::isObjectType(). Fixes PR7801 and do...Sebastian Redl
2010-04-09Turn access control on by default in -cc1.John McCall
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2010-02-10Improve access control diagnostics. Perform access control on member-pointerJohn McCall
2010-02-09Reset the found-virtual-base state unless the *current* base produces a path,John McCall
2010-02-03Top-level const changes do not make a qualification conversion. Fixes PR6089.Sebastian Redl