[PATCH] D18961: Add a readability-deleted-default clang-tidy check.

Alex Pilkiewicz via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 11 09:44:21 PDT 2016


pilki added a comment.

In http://reviews.llvm.org/D18961#397163, @dblaikie wrote:

> I'd consider just making this a compiler warning, perhaps?


I honestly don't feel competent right now to write compiler warnings: clang-tidy has a nice, well defined interface. A compiler warning would force me to dig in the internals of clang. But if you feel strongly about it and give me a couple of pointers (like a diff that adds a similar warning, and maybe a pointer to the general area in the code where I would add it), I can maybe give it a try in the next few days/weeks.


http://reviews.llvm.org/D18961





More information about the cfe-commits mailing list