[all-commits] [llvm/llvm-project] 19aefd: [clang-tidy] Deprecate readability-deleted-default...
Nathan James via All-commits
all-commits at lists.llvm.org
Wed Mar 3 08:01:36 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 19aefd2d5dc3a8d3b8e81219973828170b7fcd2c
https://github.com/llvm/llvm-project/commit/19aefd2d5dc3a8d3b8e81219973828170b7fcd2c
Author: Nathan James <n.james93 at hotmail.co.uk>
Date: 2021-03-03 (Wed, 03 Mar 2021)
Changed paths:
M clang-tools-extra/docs/ReleaseNotes.rst
M clang-tools-extra/docs/clang-tidy/checks/readability-deleted-default.rst
Log Message:
-----------
[clang-tidy] Deprecate readability-deleted-default check
... For removal in next release cycle.
The clang warning that does the same thing is enabled by default and typically emits better diagnostics making this check surplus to requirements.
Reviewed By: aaron.ballman
Differential Revision: https://reviews.llvm.org/D97491
More information about the All-commits
mailing list