[all-commits] [llvm/llvm-project] 42a533: [clang] ms-abi: member pointer inheritance model l...

Matheus Izvekov via All-commits all-commits at lists.llvm.org
Thu Jun 26 12:59:21 PDT 2025


  Branch: refs/heads/users/mizvekov/GH144081
  Home:   https://github.com/llvm/llvm-project
  Commit: 42a533ecc54a72ca854b2c5986eb1279e06b64c8
      https://github.com/llvm/llvm-project/commit/42a533ecc54a72ca854b2c5986eb1279e06b64c8
  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.

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