[clang-tools-extra] [clang-tidy] Rename and move 'cert-oop57-cpp' to 'bugprone-libc-memory-calls-on-nontrivial-types' (PR #162039)

Piotr Zegar via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 16 14:09:26 PDT 2025


PiotrZSL wrote:

As it uses std::memset, then maybe this libc in name could be omited. Maybe bugprone-raw-memory-write-on-object or bugprone-raw-memory-call-on-nontrivial-type or bugprone-raw-memory-call-on-object 

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


More information about the cfe-commits mailing list