aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/attr-aligned.c
AgeCommit message (Expand)Author
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