[all-commits] [llvm/llvm-project] 11614b: [clang] ms-abi: member pointer inheritance model l...
Matheus Izvekov via All-commits
all-commits at lists.llvm.org
Thu Jun 26 12:58:56 PDT 2025
Branch: refs/heads/users/mizvekov/GH144081
Home: https://github.com/llvm/llvm-project
Commit: 11614bcd2fbcf060584a811a0cd456ee7c549d95
https://github.com/llvm/llvm-project/commit/11614bcd2fbcf060584a811a0cd456ee7c549d95
Author: Matheus Izvekov <mizvekov at gmail.com>
Date: 2025-06-26 (Thu, 26 Jun 2025)
Changed paths:
M clang/lib/Sema/SemaOverload.cpp
M clang/test/CodeGenCXX/microsoft-abi-member-pointers.cpp
Log Message:
-----------
[clang] ms-abi: member pointer inheritance model lock-down fix
Lock down the inheritance model for member pointers even when converting to nullptr.
This fixes a regression introduced in https://github.com/llvm/llvm-project/pull/131966
There are no release notes, since the regression was never released.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list