[clang-tools-extra] [clang-tidy] Rename `cert-mem57-cpp` to `bugprone-default-operator-new-on-overaligned-type` (PR #165542)

via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 30 22:46:36 PDT 2025


zeyi2 wrote:

> d on https://wiki.sei.cmu.edu/confluence/display/cplusplus/MEM57-CPP.+Avoid+using+default+operator+new+for+over-aligned+types
> 
> I think name `bugprone-default-operator-new-on-overaligned-type` would better preserve meaning.

Hi, thanks for reviewing. I've moved the check to `bugprone-default-operator-new-on-overaligned-type` as requested.

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


More information about the cfe-commits mailing list