summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/enum-packed.c
Commit message (Collapse)AuthorAgeFilesLines
* Prior to adding the new "expected-no-diagnostics" directive to ↵Andy Gibbs2012-10-191-0/+1
| | | | | | VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. llvm-svn: 166280
* 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