Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PR26547: alignof should return ABI alignment, not preferred alignment | Richard Smith | 2018-10-26 | 1 | -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 |