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

Jonathan B Coe via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 16 14:20:58 PST 2016


jbcoe added a comment.

It's more than the warning because it offers fixits. Other than that it should be the same. Using the same code as used to warn on deprecated special members would be a great idea. I'm not too sure where to start looking and how much of Sema is exposed to clang-tidy though.


http://reviews.llvm.org/D16376





More information about the cfe-commits mailing list