aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/attr-aligned.c
AgeCommit message (Expand)Author
2012-05-11Make sure that we recognize __attribute__((align)) as a synonym forDouglas Gregor
2010-10-08__attribute__((aligned(n))) directly specifies the alignment of a declarationJohn McCall
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-04-30Properly compute the alignment of typedefs that make use of theDouglas Gregor
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-22Fix for PR3433: map __alignof__ to preferred alignment. (This was Eli Friedman
2009-02-22Improvements to ASTContext::getDeclAlignInBytes; fixes the testcase in Eli Friedman
2009-02-16Diagnose non-power-of-2 arguments to attribute aligned.Daniel Dunbar