[all-commits] [llvm/llvm-project] 5b5788: [clang] fix crash with adl for member pointers wit...

Matheus Izvekov via All-commits all-commits at lists.llvm.org
Tue Mar 25 12:20:12 PDT 2025


  Branch: refs/heads/users/mizvekov/member-pointer-dependent-class-crash-adl
  Home:   https://github.com/llvm/llvm-project
  Commit: 5b5788e969e2899a52c3b7a40f153fcd424796fc
      https://github.com/llvm/llvm-project/commit/5b5788e969e2899a52c3b7a40f153fcd424796fc
  Author: Matheus Izvekov <mizvekov at gmail.com>
  Date:   2025-03-25 (Tue, 25 Mar 2025)

  Changed paths:
    M clang/lib/Sema/SemaLookup.cpp
    M clang/test/SemaCXX/member-pointer.cpp

  Log Message:
  -----------
  [clang] fix crash with adl for member pointers with dependent class

Fix crash when looking up associated namespaces for member pointers with an
unknown class, due to dependency.

It was a regression introduced in https://github.com/llvm/llvm-project/pull/131965
and reported here: https://github.com/llvm/llvm-project/pull/132317#issuecomment-2752187095

No change 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