[clang] [clang][ExprConst] Support virtual bases in C++26 (PR #204289)
Timm Baeder via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 15 01:55:53 PDT 2026
Timm =?utf-8?q?B=C3=A4der?= <tbaeder at redhat.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/204289 at github.com>
================
@@ -443,7 +443,7 @@ <h2 id="cxx26">C++2c implementation status</h2>
<tr>
<td>constexpr virtual inheritance</td>
<td><a href="https://wg21.link/P3533">P3533R2</a></td>
- <td class="none" align="center">No</td>
+ <td class="full" align="center">Clang 23</td>
----------------
tbaederr wrote:
I don't think a backport is necessary, is it?
https://github.com/llvm/llvm-project/pull/204289
More information about the cfe-commits
mailing list