[clang] [clang][bytecode] Support virtual bases in C++26 (PR #204289)

Eli Friedman via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 22 14:52:44 PDT 2026


Timm =?utf-8?q?Bäder?= <tbaeder at redhat.com>,
Timm =?utf-8?q?Bäder?= <tbaeder at redhat.com>,
Timm =?utf-8?q?Bäder?= <tbaeder at redhat.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/204289 at github.com>


================
@@ -0,0 +1,308 @@
+// RUN: %clang_cc1 -std=c++26 -fexperimental-new-constant-interpreter -verify %s
----------------
efriedma-quic wrote:

Should we have a non-constant-interpreter version of this testcase, to make sure it doesn't crash?

https://github.com/llvm/llvm-project/pull/204289


More information about the cfe-commits mailing list