summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/alignas.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix diagnostic for bad alignas use: it can't be applied to functions.Richard Smith2013-02-011-1/+1
| | | | llvm-svn: 174160
* Implement [dcl.align]p5 and C11 6.7.5/4: alignas cannot underalign.Richard Smith2013-02-011-1/+1
| | | | | | Also support alignas(0), which C++11 and C11 require us to ignore. llvm-svn: 174157
* Test update missed in r173789.Richard Smith2013-01-291-1/+6
| | | | llvm-svn: 173790
* Implement C++11 [dcl.align]p1 and C11 6.7.5/2 rules for alignas and _Alignas.Richard Smith2013-01-291-2/+6
| | | | llvm-svn: 173779
* Add support for the C11 _Alignof keyword.Jordan Rose2012-06-301-6/+7
| | | | | | | This behaves like the existing GNU __alignof and C++11 alignof keywords; most of the patch is simply adding the third token spelling to various places. llvm-svn: 159494
* Add support for alignment-specifiers in C1X and C++11, removePeter Collingbourne2011-09-291-0/+19
support for the C++0x draft [[align]] attribute and add the C1X standard header file stdalign.h llvm-svn: 140796
OpenPOWER on IntegriCloud