[PATCH] D108526: [clang][nfc] Mark as P0692R1 as implemented.
Corentin Jabot via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Aug 22 14:42:50 PDT 2021
cor3ntin created this revision.
cor3ntin requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
P0692R1 was implemented in https://reviews.llvm.org/D92024
but the status page was not updated.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D108526
Files:
clang/www/cxx_status.html
Index: clang/www/cxx_status.html
===================================================================
--- clang/www/cxx_status.html
+++ clang/www/cxx_status.html
@@ -1003,7 +1003,7 @@
<tr>
<td>Access checking on specializations</td>
<td><a href="https://wg21.link/p0692r1">P0692R1</a></td>
- <td class="partial" align="center">Partial</td>
+ <td class="unreleased" align="center">Clang 14</td>
</tr>
<tr>
<td>Default constructible and assignable stateless lambdas</td>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108526.368005.patch
Type: text/x-patch
Size: 514 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210822/df76e846/attachment.bin>
More information about the cfe-commits
mailing list