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

Jonathan B Coe via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 22 09:54:15 PDT 2016


jbcoe removed rL LLVM as the repository for this revision.
jbcoe updated this revision to Diff 65092.
jbcoe marked 2 inline comments as done.
jbcoe added a comment.

Addressed review comments, thanks for those, check is nicer now.


https://reviews.llvm.org/D22513

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-cxx-03.cpp
  test/clang-tidy/cppcoreguidelines-rule-of-five-and-zero.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22513.65092.patch
Type: text/x-patch
Size: 14997 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160722/feceefbf/attachment-0001.bin>


More information about the cfe-commits mailing list