aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/align-x86.c
AgeCommit message (Expand)Author
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs
2012-03-21Report the natural alignment of unsigned long long, not the preferred alignment.Chad Rosier
2011-04-26Gcc pads the size of an array using the alignment of its elements.Argyrios Kyrtzidis
2011-03-07Fix tests to account for new warning "expected ';' at end of declaration list...Carl Norum
2010-02-23When a reference to a field of a struct/union/class is passed to theCharles Davis
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-05-25Extend getPreferredTypeAlign to handle _Complex double and long long Eli Friedman
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-22Fix for PR3433: map __alignof__ to preferred alignment. (This was Eli Friedman