[clang] [clang] Match MSVC ABI for over-aligned base tail padding on Arm64 (PR #210461)
Eli Friedman via cfe-commits
cfe-commits at lists.llvm.org
Sat Jul 18 13:27:22 PDT 2026
================
@@ -363,6 +363,12 @@ latest release, please see the [Clang Web Site](https://clang.llvm.org) or the
#### Windows Support
+- Fixed a bug where Clang did not match the MSVC ABI on Arm64 when an
+ over-aligned, non-standard-layout base class is followed by another base
----------------
efriedma-quic wrote:
Is "non-standard-layout" actually relevant here?
https://github.com/llvm/llvm-project/pull/210461
More information about the cfe-commits
mailing list