summaryrefslogtreecommitdiff
path: root/test/Sema/struct-packed-align.c
Commit message (Expand)AuthorAgeFilesLines
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-191-0/+1
* Fix PR9253, allowing attribute(aligned) to reduce the alignment ofChris Lattner2011-02-191-0/+15
* Support __attribute__((packed)) (along with other attributes) at theDouglas Gregor2010-03-291-0/+8
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* __attribute__((aligned)) was being ignored!Daniel Dunbar2009-02-181-0/+8
* Merge postfix attributes on record decls.Daniel Dunbar2008-10-031-0/+12
* Cleanup/refactoring of Sema struct layout. This patch unifies the structEli Friedman2008-05-301-0/+20
* Fix rdar://5921025 a crash on the included testcase.Chris Lattner2008-05-091-0/+7
* Add more testsAnders Carlsson2008-02-161-8/+35
* Make sizeof and __alignof work correctly with packed structs.Anders Carlsson2008-02-161-0/+37