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@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@lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits > >
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits