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

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 11 09:40:43 PDT 2016


alexfh added a comment.

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

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


I agree that it might be a good idea. However, it doesn't hurt to have this in clang-tidy (at least as a prototype - to figure out details and see how it works on real code) until we have it in Clang. Also, making it a Clang diagnostic might be more difficult, especially without a prior experience.


http://reviews.llvm.org/D18961





More information about the cfe-commits mailing list