aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/struct-packed-align.c
AgeCommit message (Expand)Author
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-18__attribute__((aligned)) was being ignored!Daniel Dunbar
2008-10-03Merge postfix attributes on record decls.Daniel Dunbar
2008-05-30Cleanup/refactoring of Sema struct layout. This patch unifies the structEli Friedman
2008-05-09Fix rdar://5921025 a crash on the included testcase.Chris Lattner
2008-02-16Add more testsAnders Carlsson
2008-02-16Make sizeof and __alignof work correctly with packed structs.Anders Carlsson