summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/enum-fixed-type.m
Commit message (Expand)AuthorAgeFilesLines
* <rdar://problem/13459871> Allow forward declaration of enums with a fixed und...Douglas Gregor2013-03-251-4/+4
* The underlying type for an enum should be an integer type, not another enum.Eli Friedman2012-12-181-1/+3
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-191-0/+1
* Fix a couple of nasty bugs involving negative enum constants. <rdar://proble...Eli Friedman2012-02-071-0/+10
* The integer type of an enumeration type isn't always canonicalDouglas Gregor2011-09-081-0/+5
* Allow C++0x enumerations with a fixed underlying type inDouglas Gregor2011-09-081-0/+22