summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/enum-packed.c
Commit message (Collapse)AuthorAgeFilesLines
* With packed enums, an enumerator's value may be stored in more bitsDouglas Gregor2010-06-291-0/+16
than the enumeration type itself takes. Fixes PR7477. llvm-svn: 107163
OpenPOWER on IntegriCloud