summaryrefslogtreecommitdiff
path: root/test/Sema/attr-aligned.c
AgeCommit message (Expand)Author
2016-03-02[Sema] PR26444 fix crash when alignment value is >= 2**16David Majnemer
2014-04-15AST: Respect alignment attributes on typedef'd arraysJustin Bogner
2014-02-24Sema: Make getPreferredTypeAlign respect alignments specified with an aligned...David Majnemer
2014-02-12Sema: Restrict alignment to 2**28.David Majnemer
2014-01-13There is no such thing as __attribute__((align)); that's a __declspec attribu...Aaron Ballman
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