[PATCH] D16376: clang-tidy check: misc-deprecated-special-member-functions

David Blaikie via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 16 13:13:51 PST 2016


Is this anything more than the -Wdeprecated warning? (could we split out
the -Wdeprecated warning that deals with the deprecated implicit special
member generation, then just use that warning for this clang-tidy check?)

On Thu, Feb 11, 2016 at 3:16 PM, Jonathan B Coe via cfe-commits <
cfe-commits at lists.llvm.org> wrote:

> 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
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160216/82aad012/attachment.html>


More information about the cfe-commits mailing list