[PATCH] D105024: Add papers adopted by the C++ committee in the June 2021 plenary.

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 28 06:58:23 PDT 2021


aaron.ballman added inline comments.


================
Comment at: clang/www/cxx_status.html:1289
+      <td><a href="https://wg21.link/P1938R3">P1938R3</a></td>
+      <td class="none" align="center">NO</td>
+    </tr>
----------------
Same fix applies elsewhere


================
Comment at: clang/www/cxx_status.html:1294
+      <td><a href="https://wg21.link/P2156R1">P2156R1</a></td>
+      <td class="full" align="center">Yes</td>
+    </tr>
----------------
You should find out which version of Clang this support was introduced in and list the version explicitly. We typically use "Yes" for "it's always been like this".

In this case, this one is Clang 13 and unreleased (rather than "full").


================
Comment at: clang/www/cxx_status.html:1319
+      <td><a href="https://wg21.link/p2201r1">P2201R1</a></td>
+      <td class="full" align="center">yes</td>
+    </tr>
----------------



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105024/new/

https://reviews.llvm.org/D105024



More information about the cfe-commits mailing list