[PATCH] D16376: clang-tidy check: rule-of-five
Jonathan B Coe via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 3 05:26:08 PST 2016
jbcoe marked an inline comment as done.
jbcoe added a comment.
I think I'll 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
I'll add destructor handling as a later patch.
http://reviews.llvm.org/D16376
More information about the cfe-commits
mailing list