[PATCH] D106302: Implement P1937 consteval in unevaluated contexts
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 1 11:17:50 PDT 2021
erichkeane added inline comments.
================
Comment at: clang/www/cxx_status.html:1106
<td><a href="https://wg21.link/p1073r3">P1073R3</a></td>
- <td rowspan=2 class="none" align="center">No</td>
+ <td class="partial" align="center">Partial</td>
</tr>
----------------
cor3ntin wrote:
> erichkeane wrote:
> > I'm trying to evaluate our consteval support, and I am having trouble finding any unsuperceded part of P1073R3 that is not implemented in Clang14. Can you share what Delta you know of that has you considering this as 'partial'? Is it something in a different patch awaiting review?
> This thing https://reviews.llvm.org/D74130 is what I believe the last bit of missing functionality.
> Note that I only implemented P1937 myself
Ah, thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106302/new/
https://reviews.llvm.org/D106302
More information about the cfe-commits
mailing list