[clang] f394d22 - [Concepts] Update cxx_status.html with Concepts support status
Saar Raz via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 23 17:01:08 PST 2020
Author: Saar Raz
Date: 2020-01-24T03:00:38+02:00
New Revision: f394d22fa82df03eaf72bf1876e2d63bbe6cd00f
URL: https://github.com/llvm/llvm-project/commit/f394d22fa82df03eaf72bf1876e2d63bbe6cd00f
DIFF: https://github.com/llvm/llvm-project/commit/f394d22fa82df03eaf72bf1876e2d63bbe6cd00f.diff
LOG: [Concepts] Update cxx_status.html with Concepts support status
Concepts will be available with Clang 10 - update cxx_status.html to reflect
the papers that have been implemented.
Added:
Modified:
clang/www/cxx_status.html
Removed:
################################################################################
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index 50a9d000699c..606b8c956f16 100755
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -871,7 +871,7 @@ <h2 id="cxx20">C++2a implementation status</h2>
<tr id="p0734">
<td rowspan="9">Concepts</td>
<td><a href="https://wg21.link/p0734r0">P0734R0</a></td>
- <td rowspan="9" class="none" align="center">No</td>
+ <td rowspan="4" class="unreleased" align="center">Clang 10</td>
</tr>
<tr> <!-- from Albuquerque -->
<td><a href="https://wg21.link/p0857r0">P0857R0</a></td>
@@ -884,15 +884,18 @@ <h2 id="cxx20">C++2a implementation status</h2>
</tr>
<tr> <!-- from Cologne -->
<td><a href="https://wg21.link/p0848r3">P0848R3</a></td>
+ <td rowspan="1" class="none" align="center">No</td>
</tr>
<tr>
<td><a href="https://wg21.link/p1616r1">P1616R1</a></td>
+ <td rowspan="2" class="unreleased" align="center">Clang 10</td>
</tr>
<tr>
<td><a href="https://wg21.link/p1452r2">P1452R2</a></td>
</tr>
<tr> <!-- from Belfast -->
<td><a href="https://wg21.link/p1972r0">P1972R0</a></td>
+ <td rowspan="2" class="none" align="center">No</td>
</tr>
<tr>
<td><a href="https://wg21.link/p1980r0">P1980R0</a></td>
More information about the cfe-commits
mailing list