[PATCH] D70052: [clang-tidy] Add misc-mutating-copy check
Matthias Gehre via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Nov 10 08:36:59 PST 2019
mgehre added a comment.
Have you run your check over the LLVM/clang source base and seen true positives/false positives?
================
Comment at: clang-tools-extra/docs/clang-tidy/checks/misc-mutating-copy.rst:6
+
+Finds assignments to and to direct or indirect members of the copied object
+in copy constructors and copy assignment operators.
----------------
`to and to`
Repository:
rCTE Clang Tools Extra
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70052/new/
https://reviews.llvm.org/D70052
More information about the cfe-commits
mailing list