[PATCH] D106302: Implement P1937 consteval in unevaluated contexts

Corentin Jabot via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 1 11:15:22 PDT 2021


cor3ntin 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>
----------------
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


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