[PATCH] D148924: [clang] Show error if defaulted comparions operator function is volatile or has ref-qualifier &&.
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 6 05:59:20 PDT 2023
aaron.ballman added a comment.
LGTM aside from a minor issue with the status page (we use `unreleased` until the current version is released).
================
Comment at: clang/www/cxx_status.html:1008
<td><a href="https://wg21.link/p2002r1">P2002R1</a></td>
- <td class="partial" align="center">Partial</td>
+ <td class="full" align="center">Clang 17</td>
</tr>
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148924/new/
https://reviews.llvm.org/D148924
More information about the cfe-commits
mailing list