[clang] [clang][ExprConst] Support virtual bases in C++26 (PR #204289)
A. Jiang via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 15 02:00:16 PDT 2026
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>
================
@@ -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>
----------------
frederick-vs-ja wrote:
I don't think it's necessary either. Then let's bump the version in the documentation.
```suggestion
<td class="full" align="center">Clang 24</td>
```
https://github.com/llvm/llvm-project/pull/204289
More information about the cfe-commits
mailing list