summaryrefslogtreecommitdiffstats
path: root/clang/test/Layout/itanium-pack-and-align.cpp
Commit message (Collapse)AuthorAgeFilesLines
* NFC - Fix typo in test/Layout/itanium-pack-and-align.cppGabor Buella2018-07-041-1/+1
| | | | llvm-svn: 336262
* [Sema] Fix incorrect packed aligned structure layoutMomchil Velikov2018-05-211-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
OpenPOWER on IntegriCloud