summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/align-x86-abi7.c
Commit message (Collapse)AuthorAgeFilesLines
* PR26547: alignof should return ABI alignment, not preferred alignmentRichard Smith2018-10-261-0/+21
Summary: - Add `UETT_PreferredAlignOf` to account for the difference between `__alignof` and `alignof` - `AlignOfType` now returns ABI alignment instead of preferred alignment iff clang-abi-compat > 7, and one uses _Alignof or alignof Patch by Nicole Mazzuca! Differential Revision: https://reviews.llvm.org/D53207 llvm-svn: 345419
OpenPOWER on IntegriCloud