[PATCH] D97491: [clang-tidy] Deprecate readability-deleted-default check
Nathan James via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 25 16:36:47 PST 2021
njames93 added a comment.
In D97491#2588835 <https://reviews.llvm.org/D97491#2588835>, @Eugene.Zelenko wrote:
> If `Wdefaulted-function-deleted` was introduced in 12.0, I think it's safe just to remove `readability-deleted-default`.
Wdefaulted-function-deleted was introduced in 8.0 and I think it was enabled by default even then. I'm thinking we may be able to squeeze this notice into the 12 branch and then it will be gone by 13
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97491/new/
https://reviews.llvm.org/D97491
More information about the cfe-commits
mailing list