rsmith added inline comments.
================
Comment at: clang/lib/Sema/SemaStmt.cpp:3226-3227
+ CopyElisionSemanticsKind CESK = CES_Strict;
+ if (getLangOpts().CPlusPlus20) {
+ CESK = CES_ImplicitlyMovableCXX20;
+ } else if (getLangOpts().CPlusPlus11) {
----------------
P1825 was accepted as a Defect Report (see
https://wiki.edg.com/bin/view/Wg21cologne2019/StrawPolls); is there a reason
we're not applying this retroactively?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88220/new/
https://reviews.llvm.org/D88220
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits