[PATCH] D119225: [clang] Add core papers adopted at the february plenary.
Corentin Jabot via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 8 02:08:32 PST 2022
cor3ntin created this revision.
cor3ntin requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
2 papers are added to the status page, one targeting
C++23, the other added to the batch of C++20 concept papers.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D119225
Files:
clang/www/cxx_status.html
Index: clang/www/cxx_status.html
===================================================================
--- clang/www/cxx_status.html
+++ clang/www/cxx_status.html
@@ -906,7 +906,7 @@
<td class="full" align="center">Clang 9</td>
</tr>
<tr id="p0734">
- <td rowspan="12">Concepts</td>
+ <td rowspan="13">Concepts</td>
<td><a href="https://wg21.link/p0734r0">P0734R0</a></td>
<td class="full" align="center">Clang 10</td>
</tr>
@@ -938,7 +938,7 @@
</tr>
<tr> <!-- from Belfast -->
<td><a href="https://wg21.link/p1972r0">P1972R0</a></td>
- <td rowspan="3" class="none" align="center">No</td>
+ <td rowspan="4" class="none" align="center">No</td>
</tr>
<tr>
<td><a href="https://wg21.link/p1980r0">P1980R0</a></td>
@@ -946,6 +946,9 @@
<tr> <!-- from Prague -->
<td><a href="https://wg21.link/p2103r0">P2103R0</a></td>
</tr>
+ <tr> <!-- 22 telecon bug fix -->
+ <td><a href="https://wg21.link/p2493r0">P2493R0</a></td>
+ </tr>
<tr>
<td><a href="https://wg21.link/p2092r0">P2092R0</a></td>
<td rowspan="1" class="partial" align="center">
@@ -1385,6 +1388,11 @@
<td><a href="https://wg21.link/P2360R0">P2360R0</a></td>
<td class="unreleased" align="center">Clang 14</td>
</tr>
+ <tr>
+ <td>Attributes on Lambda-Expressions</td>
+ <td><a href="https://wg21.link/P2173R1">P2173R1</a></td>
+ <td class="none" align="center">No</td>
+ </tr>
</table>
</details>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119225.406738.patch
Type: text/x-patch
Size: 1563 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220208/cbdfd879/attachment.bin>
More information about the cfe-commits
mailing list