[PATCH] D88220: [C++20] P1825R0: More implicit moves
Aaron Puchert via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 18 15:09:03 PST 2021
aaronpuchert added a subscriber: aaron.ballman.
aaronpuchert added a comment.
In D88220#2571911 <https://reviews.llvm.org/D88220#2571911>, @amccarth wrote:
> Would anyone object to allowing the option but silently ignoring it, at least for a transition period?
No objection from me.
> Was there prior notice of this option being deprecated?
I don't think we have a way to deprecate warning flags. We could perhaps put something under `-Woption-ignored`.
@aaron.ballman, what do you think about this?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88220/new/
https://reviews.llvm.org/D88220
More information about the cfe-commits
mailing list