[PATCH] D60507: [clang-tidy] new check: bugprone-unhandled-self-assignment
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 12 11:28:27 PDT 2019
Eugene.Zelenko added inline comments.
================
Comment at: clang-tools-extra/docs/clang-tidy/checks/bugprone-unhandled-self-assignment.rst:6
+
+"cert-oop54-cpp" redirects here as an alias for this check.
+
----------------
Please use back-tick to highlight cert-oop54-cpp.
================
Comment at: clang-tools-extra/docs/clang-tidy/checks/bugprone-unhandled-self-assignment.rst:12
+
+This check corresponds to the CERT C++ Coding Standard rule
+`OOP54-CPP. Gracefully handle self-copy assignment
----------------
Should be removed, since it's in cert-oop54-cpp.rst now.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60507/new/
https://reviews.llvm.org/D60507
More information about the cfe-commits
mailing list