summaryrefslogtreecommitdiffstats
path: root/test/Sema/attr-aligned.c
Commit message (Expand)AuthorAgeFilesLines
* [Sema] PR26444 fix crash when alignment value is >= 2**16David Majnemer2016-03-021-0/+3
* AST: Respect alignment attributes on typedef'd arraysJustin Bogner2014-04-151-0/+11
* Sema: Make getPreferredTypeAlign respect alignments specified with an aligned...David Majnemer2014-02-241-0/+6
* Sema: Restrict alignment to 2**28.David Majnemer2014-02-121-0/+1
* There is no such thing as __attribute__((align)); that's a __declspec attribu...Aaron Ballman2014-01-131-1/+1
* Make sure that we recognize __attribute__((align)) as a synonym forDouglas Gregor2012-05-111-1/+1
* __attribute__((aligned(n))) directly specifies the alignment of a declarationJohn McCall2010-10-081-3/+20
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Properly compute the alignment of typedefs that make use of theDouglas Gregor2009-04-301-0/+14
* 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-5/+0
* Improvements to ASTContext::getDeclAlignInBytes; fixes the testcase in Eli Friedman2009-02-221-1/+10
* Diagnose non-power-of-2 arguments to attribute aligned.Daniel Dunbar2009-02-161-0/+3