summaryrefslogtreecommitdiffstats
path: root/test/Sema/struct-packed-align.c
Commit message (Expand)AuthorAgeFilesLines
* Fix clang/test/Sema/struct-packed-align.c. "Windows" is not MS compiler.NAKAMURA Takumi2015-12-031-1/+1
* PR25575: Make GCC 4.4+ comatible layout for packed bit-fileds of char type, p...Alexey Bataev2015-12-031-1/+22
* Implement target-specific __attribute__((aligned)) valueUlrich Weigand2015-04-211-2/+5
* clang/test/Sema/struct-packed-align.c: Add the case in MS mode that alignment...NAKAMURA Takumi2014-08-041-4/+6
* Trailing linefeed.NAKAMURA Takumi2014-08-041-4/+0
* Suppress clang/test/Sema/struct-packed-align.c also on msvc for investigating.NAKAMURA Takumi2014-07-301-0/+3
* Suppress clang/test/Sema/struct-packed-align.c for targeting LLP64.NAKAMURA Takumi2014-07-301-0/+1
* 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