summaryrefslogtreecommitdiffstats
path: root/test/Sema/align-x86.c
Commit message (Expand)AuthorAgeFilesLines
* PR26547: alignof should return ABI alignment, not preferred alignmentRichard Smith2018-10-261-35/+34
* AST: Don't ignore alignas on EnumDecls when calculating alignmentDavid Majnemer2015-01-211-0/+2
* Teach __alignof__ to look through arrays before performing theRichard Smith2014-06-101-0/+4
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-191-0/+1
* Report the natural alignment of unsigned long long, not the preferred alignment.Chad Rosier2012-03-211-0/+4
* Gcc pads the size of an array using the alignment of its elements.Argyrios Kyrtzidis2011-04-261-0/+24
* Fix tests to account for new warning "expected ';' at end of declaration list...Carl Norum2011-03-071-1/+1
* When a reference to a field of a struct/union/class is passed to theCharles Davis2010-02-231-0/+6
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Extend getPreferredTypeAlign to handle _Complex double and long long Eli Friedman2009-05-251-1/+9
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Fix for PR3433: map __alignof__ to preferred alignment. (This was Eli Friedman2009-02-221-0/+6