[PATCH] D16376: clang-tidy check: User-defined copy without assignment

Jonathan B Coe via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 22 12:45:21 PST 2016


jbcoe updated this revision to Diff 45729.
jbcoe added a comment.

Added handling for move-constructor/move-assignment pairs.


http://reviews.llvm.org/D16376

Files:
  clang-tidy/misc/CMakeLists.txt
  clang-tidy/misc/MiscTidyModule.cpp
  clang-tidy/misc/UserDefinedCopyWithoutAssignmentCheck.cpp
  clang-tidy/misc/UserDefinedCopyWithoutAssignmentCheck.h
  docs/clang-tidy/checks/list.rst
  docs/clang-tidy/checks/misc-user-defined-copy-without-assignment.rst
  test/clang-tidy/misc-user-defined-copy-without-assignment.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16376.45729.patch
Type: text/x-patch
Size: 15864 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160122/a38ae064/attachment-0001.bin>


More information about the cfe-commits mailing list