[PATCH] D22513: [clang-tidy] add check cppcoreguidelines-rule-of-five-and-zero
Eugene Zelenko via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 22 13:28:31 PDT 2016
Eugene.Zelenko added a comment.
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.
https://reviews.llvm.org/D22513
More information about the cfe-commits
mailing list