[PATCH] D16376: clang-tidy check: cppcoreguidelines-rule-of-five-and-zero

Jonathan B Coe via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 19 07:14:45 PDT 2016


jbcoe retitled this revision from "clang-tidy check: misc-deprecated-special-member-functions" to "clang-tidy check: cppcoreguidelines-rule-of-five-and-zero".
jbcoe updated the summary for this revision.
jbcoe updated this revision to Diff 64490.
jbcoe added a comment.
Herald added a subscriber: nemanjai.

I've rewritten this patch to implement a rule-of-five-and-zero check.

No fixes are offered as we've not found them to be useful.


https://reviews.llvm.org/D16376

Files:
  clang-tidy/cppcoreguidelines/CMakeLists.txt
  clang-tidy/cppcoreguidelines/CppCoreGuidelinesTidyModule.cpp
  clang-tidy/cppcoreguidelines/RuleOfFiveAndZeroCheck.cpp
  clang-tidy/cppcoreguidelines/RuleOfFiveAndZeroCheck.h
  docs/clang-tidy/checks/cppcoreguidelines-rule-of-five-and-zero.rst
  docs/clang-tidy/checks/list.rst
  test/clang-tidy/cppcoreguidelines-rule-of-five-and-zero.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16376.64490.patch
Type: text/x-patch
Size: 10796 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160719/15b1badf/attachment-0001.bin>


More information about the cfe-commits mailing list