[all-commits] [llvm/llvm-project] 07e9f0: [Clang] Fix an assertion failure introduced by #93...

cor3ntin via All-commits all-commits at lists.llvm.org
Fri Jul 26 00:25:02 PDT 2024


  Branch: refs/heads/release/19.x
  Home:   https://github.com/llvm/llvm-project
  Commit: 07e9f01f8935c0006bdaf209acdce29cda7685d3
      https://github.com/llvm/llvm-project/commit/07e9f01f8935c0006bdaf209acdce29cda7685d3
  Author: cor3ntin <corentinjabot at gmail.com>
  Date:   2024-07-26 (Fri, 26 Jul 2024)

  Changed paths:
    M clang/lib/Sema/SemaExpr.cpp
    M clang/test/SemaCXX/cxx2b-deducing-this.cpp

  Log Message:
  -----------
  [Clang] Fix an assertion failure introduced by #93430 (#100313)

The PR #93430 introduced an assertion that did not make any sense. and
caused a regression. The fix is to simply remove the assertion.

No changelog. the intent is to backport this fix to clang 19.

(cherry picked from commit dd82a84e0eeafb017c7220c4a9fbd0a8a407f8a9)



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