Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix diagnostic for bad alignas use: it can't be applied to functions. | Richard Smith | 2013-02-01 | 1 | -1/+1 |
| | | | | llvm-svn: 174160 | ||||
* | Implement [dcl.align]p5 and C11 6.7.5/4: alignas cannot underalign. | Richard Smith | 2013-02-01 | 1 | -1/+1 |
| | | | | | | Also support alignas(0), which C++11 and C11 require us to ignore. llvm-svn: 174157 | ||||
* | Test update missed in r173789. | Richard Smith | 2013-01-29 | 1 | -1/+6 |
| | | | | llvm-svn: 173790 | ||||
* | Implement C++11 [dcl.align]p1 and C11 6.7.5/2 rules for alignas and _Alignas. | Richard Smith | 2013-01-29 | 1 | -2/+6 |
| | | | | llvm-svn: 173779 | ||||
* | Add support for the C11 _Alignof keyword. | Jordan Rose | 2012-06-30 | 1 | -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, remove | Peter Collingbourne | 2011-09-29 | 1 | -0/+19 |
support for the C++0x draft [[align]] attribute and add the C1X standard header file stdalign.h llvm-svn: 140796 |