[PATCH] D16376: clang-tidy check: misc-deprecated-special-member-functions
Jonathan B Coe via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 11 15:16:47 PST 2016
jbcoe retitled this revision from "clang-tidy check: rule-of-five" to "clang-tidy check: misc-deprecated-special-member-functions".
jbcoe updated the summary for this revision.
jbcoe set the repository for this revision to rL LLVM.
jbcoe updated this revision to Diff 47735.
jbcoe added a comment.
This check now deals only with deprecated special member function generation, not move constructors or move assignment operators. I have renamed it and modified documentation accordingly.
Code has been updated in line with review comments.
Repository:
rL LLVM
http://reviews.llvm.org/D16376
Files:
clang-tidy/misc/CMakeLists.txt
clang-tidy/misc/DeprecatedSpecialMemberGenerationCheck.cpp
clang-tidy/misc/DeprecatedSpecialMemberGenerationCheck.h
clang-tidy/misc/MiscTidyModule.cpp
docs/clang-tidy/checks/list.rst
docs/clang-tidy/checks/misc-deprecated-special-member-generation.rst
test/clang-tidy/misc-deprecated-special-member-generation.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16376.47735.patch
Type: text/x-patch
Size: 17959 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160211/84a048c2/attachment-0001.bin>
More information about the cfe-commits
mailing list