[PATCH] D111400: [Clang] Implement P2242R3
Hubert Tong via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 11 13:46:56 PST 2022
hubert.reinterpretcast added a comment.
In D111400#3376070 <https://reviews.llvm.org/D111400#3376070>, @hubert.reinterpretcast wrote:
> In C++2b, the `-Wc++20-compat` warning is produced for the places where we warn above and is not produced for the places where we don't warn above.
I'm not seeing any tests looking for these "incompatible with" messages.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111400/new/
https://reviews.llvm.org/D111400
More information about the cfe-commits
mailing list