[clang] 54c5033 - [clang] Document p1703 not needed
Nathan Sidwell via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 5 06:54:48 PDT 2022
Author: Nathan Sidwell
Date: 2022-04-05T06:54:31-07:00
New Revision: 54c50336e4c11e9c9255d96ae0b55a56cc193ecb
URL: https://github.com/llvm/llvm-project/commit/54c50336e4c11e9c9255d96ae0b55a56cc193ecb
DIFF: https://github.com/llvm/llvm-project/commit/54c50336e4c11e9c9255d96ae0b55a56cc193ecb.diff
LOG: [clang] Document p1703 not needed
We list p1703 as unimplemented, but it is subsumed by p1857.
Reviewed By: tbaeder
Differential Revision: https://reviews.llvm.org/D123120
Added:
Modified:
clang/www/cxx_status.html
Removed:
################################################################################
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index 3fcf7a3a27cae..47a6fdb1e4466 100755
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -1176,10 +1176,11 @@ <h2 id="cxx20">C++20 implementation status</h2>
</tr>
<tr>
<td><a href="https://wg21.link/p1811r0">P1811R0</a></td>
- <td rowspan="2" class="none" align="center">No</td>
+ <td class="none" align="center">No</td>
</tr>
<tr>
<td><a href="https://wg21.link/p1703r1">P1703R1</a></td>
+ <td class="none" align="center">Subsumed by P1857</td>
</tr>
<tr> <!-- from Belfast -->
<td><a href="https://wg21.link/p1874r1">P1874R1</a></td>
More information about the cfe-commits
mailing list