summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/pragma-align-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
* Sema: Fix a bug with #pragma options align=reset, reset against an empty stackDaniel Dunbar2010-07-161-0/+7
| | | | | | is well defined, it resets to the default alignment. llvm-svn: 108508
* tests: Spell %clang_cc1 correctly.Daniel Dunbar2010-06-291-1/+1
| | | | llvm-svn: 107152
* Parse/Sema: Add support for '#pragma options align=packed', which, it should beDaniel Dunbar2010-05-271-0/+23
noted, is not the same as __attribute__((packed)). That would be ridiculous! llvm-svn: 104865
OpenPOWER on IntegriCloud