[PATCH] D129138: [clang] [docs] Update the changes of C++20 Modules in clang15
Adrian Vogelsgesang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jul 9 14:40:55 PDT 2022
avogelsgesang added inline comments.
================
Comment at: clang/www/cxx_status.html:1183
<td><a href="https://wg21.link/p1874r1">P1874R1</a></td>
- <td class="partial" align="center">Partial</td>
+ <td class="full" align="center">Clang 15</td>
</tr>
----------------
should this be `class="unreleased"` instead of `class="full"`? At least this is what other places in this document use when mentioning clang 15
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129138/new/
https://reviews.llvm.org/D129138
More information about the cfe-commits
mailing list