[PATCH] D13510: [PATCH] Support C++ Core Guidelines copy assignment restrictions
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 7 10:46:33 PDT 2015
aaron.ballman added a comment.
In http://reviews.llvm.org/D13510#261825, @Eugene.Zelenko wrote:
> I think it'll be fine to rename check without leaving traces of misc. Same thing happened with modernize-shrink-to-fit.
I think the difference here is that many C++ Core Guideline checks are... chatty, and so these checks are likely to not be enabled (especially on existing code bases). By leaving the check in misc-*, it is more likely to provide value to users that aren't able to use the cppcoreguidelines-* checks yet.
http://reviews.llvm.org/D13510
More information about the cfe-commits
mailing list