Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | NFC - Fix typo in test/Layout/itanium-pack-and-align.cpp | Gabor Buella | 2018-07-04 | 1 | -1/+1 |
| | | | | llvm-svn: 336262 | ||||
* | [Sema] Fix incorrect packed aligned structure layout | Momchil Velikov | 2018-05-21 | 1 | -0/+26 |
Handle attributes before checking the record layout (e.g. underalignment check during `alignas` processing), as layout may be cached without taking into account attributes that may affect it. Differential Revision: https://reviews.llvm.org/D46439 llvm-svn: 332843 |