[PATCH] D70052: [clang-tidy] Add misc-mutating-copy check

Eugene Zelenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Nov 10 14:26:33 PST 2019


Eugene.Zelenko added a comment.

If this is CERT rule, why check is not placed in relevant module?



================
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:126
+
+  Finds copy operations that mutate the source object.
+
----------------
Please synchronize with first statement in documentation.


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