[all-commits] [llvm/llvm-project] 9a5af5: [clang-tidy] Remove readability-deleted-default
Nathan James via All-commits
all-commits at lists.llvm.org
Tue Mar 16 07:04:09 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9a5af541ee058b85a92113ecf9d38a06ef2b313d
https://github.com/llvm/llvm-project/commit/9a5af541ee058b85a92113ecf9d38a06ef2b313d
Author: Nathan James <n.james93 at hotmail.co.uk>
Date: 2021-03-16 (Tue, 16 Mar 2021)
Changed paths:
M clang-tools-extra/clang-tidy/readability/CMakeLists.txt
R clang-tools-extra/clang-tidy/readability/DeletedDefaultCheck.cpp
R clang-tools-extra/clang-tidy/readability/DeletedDefaultCheck.h
M clang-tools-extra/clang-tidy/readability/ReadabilityTidyModule.cpp
M clang-tools-extra/docs/ReleaseNotes.rst
M clang-tools-extra/docs/clang-tidy/checks/list.rst
R clang-tools-extra/docs/clang-tidy/checks/readability-deleted-default.rst
R clang-tools-extra/test/clang-tidy/checkers/readability-deleted-default.cpp
Log Message:
-----------
[clang-tidy] Remove readability-deleted-default
The deprecation notice was cherrypicked to the release branch in https://github.com/llvm/llvm-project/commit/f8b32989241cca87a8690c8cc404f06ce1f90e4c so its safe to remove this for the 13.X release cycle.
Reviewed By: aaron.ballman
Differential Revision: https://reviews.llvm.org/D98612
More information about the All-commits
mailing list