================ @@ -0,0 +1,19 @@ +.. title:: clang-tidy - bugprone-default-operator-new-on-overaligned-type + +bugprone-default-operator-new-on-overaligned-type +================================================= + +This check flags uses of default ``operator new`` where the type has extended ---------------- vbvictor wrote:
```suggestion Flags uses of default ``operator new`` where the type has extended ``` We tend to omit "this check" lately. https://github.com/llvm/llvm-project/pull/165542 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
