[all-commits] [llvm/llvm-project] 5296d0: [clang][bytecode] Assert on virtual func call from...

marius doerner via All-commits all-commits at lists.llvm.org
Mon Oct 6 06:08:59 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5296d017381f5bb4e3b29644767b98ce336698ce
      https://github.com/llvm/llvm-project/commit/5296d017381f5bb4e3b29644767b98ce336698ce
  Author: marius doerner <marius.doerner1 at icloud.com>
  Date:   2025-10-06 (Mon, 06 Oct 2025)

  Changed paths:
    M clang/lib/AST/ByteCode/Interp.cpp
    M clang/test/AST/ByteCode/cxx20.cpp
    M clang/test/SemaCXX/constant-expression-p2280r4.cpp

  Log Message:
  -----------
  [clang][bytecode] Assert on virtual func call from array elem (#158502)

Fixes #152893.

An assert was raised when a constexpr virtual function was called from
an constexpr array element with -fexperimental-new-constant-interpreter
set.



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