[clang-tools-extra] [clang-tidy] Rename and move 'cert-oop58-cpp' to 'bugprone-mutating-copy' (PR #164566)

Baranov Victor via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 22 02:13:27 PDT 2025


vbvictor wrote:

`bugprone-mutating-copy` name is not clear what it does. Based on cert docs, I think it's better be `bugprone-copy-constructor-mutates-argument`.

https://github.com/llvm/llvm-project/pull/164566


More information about the cfe-commits mailing list