aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/struct-packed-align.c
AgeCommit message (Expand)Author
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs
2011-02-19Fix PR9253, allowing attribute(aligned) to reduce the alignment ofChris Lattner
2010-03-29Support __attribute__((packed)) (along with other attributes) at theDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
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