[PATCH] D16376: clang-tidy check: rule-of-five
Jonathan B Coe via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 3 05:25:00 PST 2016
jbcoe retitled this revision from "clang-tidy check: Assignment and Construction" to "clang-tidy check: rule-of-five".
jbcoe removed rL LLVM as the repository for this revision.
jbcoe updated this revision to Diff 46775.
jbcoe added a comment.
I've responded to review comments (thanks for those) and renamed the check to 'rule-of-five'.
I think it needs moving to cppcoreguidelines and needs destructor handling adding to it. As suggested, I'll address that in a later patch if everything else looks ok.
http://reviews.llvm.org/D16376
Files:
clang-tidy/misc/CMakeLists.txt
clang-tidy/misc/MiscTidyModule.cpp
clang-tidy/misc/RuleOfFiveCheck.cpp
clang-tidy/misc/RuleOfFiveCheck.h
docs/clang-tidy/checks/list.rst
docs/clang-tidy/checks/misc-rule-of-five.rst
test/clang-tidy/misc-rule-of-five.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16376.46775.patch
Type: text/x-patch
Size: 17262 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160203/77233e30/attachment.bin>
More information about the cfe-commits
mailing list