[PATCH] D70342: [Diagnostics] Put "deprecated copy" warnings into -Wdeprecated-copy
Nico Weber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 5 06:11:27 PST 2019
thakis added a comment.
Ah, Hans points out that the paper says that it's been deprecated in C++11, so this should either be on by default (and mention "C++11" somewhere), or it should be in -pedantic given that no other compiler diagnoses this and given that it fires heavily on existing code (including LLVM).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70342/new/
https://reviews.llvm.org/D70342
More information about the cfe-commits
mailing list