[PATCH] D22513: [clang-tidy] add check cppcoreguidelines-rule-of-five-and-zero

Piotr Padlewski via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 22 13:37:30 PDT 2016


Prazek added a comment.

In https://reviews.llvm.org/D22513#493303, @Eugene.Zelenko wrote:

> Since rule name is different in C++98/03 and C++11 or newer it will make sense to create two checks which will work only for their respective versions (of course, implementation should be shared). Or create alias name.
>
> Check is still not mentioned in  docs/ReleaseNotes.rst.


This seems like too much work, maybe just cppcoreguidelines-rule-of-3-or-5?


https://reviews.llvm.org/D22513





More information about the cfe-commits mailing list