[all-commits] [llvm/llvm-project] a9ed84: [clang] ms-abi: member pointer inheritance model l...
Matheus Izvekov via All-commits
all-commits at lists.llvm.org
Thu Jun 26 13:31:04 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a9ed84b61808f208bfdd7fa3b96d7f8d3f8928bb
https://github.com/llvm/llvm-project/commit/a9ed84b61808f208bfdd7fa3b96d7f8d3f8928bb
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 (#145958)
Lock down the inheritance model for member pointers even when converting
from 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.
Fixes https://github.com/llvm/llvm-project/issues/144081
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