[all-commits] [llvm/llvm-project] 090f46: [Clang] Fix an assertion in the resolution of perf...

cor3ntin via All-commits all-commits at lists.llvm.org
Thu May 15 14:06:55 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 090f46d8d246762401c41c5486dde299382d6c90
      https://github.com/llvm/llvm-project/commit/090f46d8d246762401c41c5486dde299382d6c90
  Author: cor3ntin <corentinjabot at gmail.com>
  Date:   2025-05-15 (Thu, 15 May 2025)

  Changed paths:
    M clang/include/clang/Sema/Overload.h
    M clang/test/SemaCXX/overload-resolution-deferred-templates.cpp

  Log Message:
  -----------
  [Clang] Fix an assertion in the resolution of perfect matches (#140073)

Function pointers can have an identity conversion to a pointer to member
function if they are resolved to a member function.

Fix a regression introduced by #136203



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