[PATCH] D13510: [PATCH] Support C++ Core Guidelines copy assignment restrictions
Matthias Gehre via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 7 13:16:04 PDT 2015
mgehre added a comment.
The user will see [cppcoreguidelines-c-copy-assignment-signature] in warnings, but there is no
docs/clang-tidy/checks/cppcoreguidelines-c-copy-assignment-signature.rst.
The user won't know that he needs to look for misc-assign-operator-signature.
Maybe create a link to docs/clang-tidy/checks/misc-assign-operator-signature.rst?
(and also add it to docs/clang-tidy/checks/list.rst)
Also, users reading the documentation will not see that cppcoreguidelines-c-copy-assignment-signature is available.
http://reviews.llvm.org/D13510
More information about the cfe-commits
mailing list