[PATCH] D16376: clang-tidy check: misc-deprecated-special-member-functions
Jonathan B Coe via cfe-commits
cfe-commits at lists.llvm.org
Wed May 4 13:14:33 PDT 2016
jbcoe added a comment.
After some pondering I think I **will**extend move this check to cppcoreguidelines and call it rule-of-five.
https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#c21-if-you-define-or-delete-any-default-operation-define-or-delete-them-all
http://reviews.llvm.org/D16376
More information about the cfe-commits
mailing list