| commit | 848e1f19605a1769f28f5f08a37999c4043ae33b | [log] [tgz] |
|---|---|---|
| author | Richard Smith <richard-llvm@metafoo.co.uk> | Fri Feb 01 08:12:08 2013 +0000 |
| committer | Richard Smith <richard-llvm@metafoo.co.uk> | Fri Feb 01 08:12:08 2013 +0000 |
| tree | 2c7009338101c4c8c9f2640a0a0e34e3c6b3f4e0 | |
| parent | 4349f6963eead14e67ebb0cbe0042778be683484 [diff] |
Implement [dcl.align]p5 and C11 6.7.5/4: alignas cannot underalign. Also support alignas(0), which C++11 and C11 require us to ignore. llvm-svn: 174157