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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
