aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC/enum-fixed-type.m
AgeCommit message (Expand)Author
2013-03-25<rdar://problem/13459871> Allow forward declaration of enums with a fixed und...Douglas Gregor
2012-12-18The underlying type for an enum should be an integer type, not another enum.Eli Friedman
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs
2012-02-07Fix a couple of nasty bugs involving negative enum constants. <rdar://proble...Eli Friedman
2011-09-08The integer type of an enumeration type isn't always canonicalDouglas Gregor
2011-09-08Allow C++0x enumerations with a fixed underlying type inDouglas Gregor