[PATCH] D97491: [clang-tidy] Deprecate readability-deleted-default check
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 25 16:41:35 PST 2021
Eugene.Zelenko added a comment.
In D97491#2589097 <https://reviews.llvm.org/D97491#2589097>, @njames93 wrote:
> 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
Frankly, I don't remember any deprecated check in past. Obsolete checks were just removed and this change was reflected in Release Notes.
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