[clang-tools-extra] [clang-tidy] Rename `cert-mem57-cpp` to `bugprone-default-operator-new-on-overaligned-type` (PR #165542)
Baranov Victor via cfe-commits
cfe-commits at lists.llvm.org
Sat Nov 1 09:22:10 PDT 2025
================
@@ -0,0 +1,12 @@
+// RUN: %check_clang_tidy %s -std=c++14 bugprone-default-operator-new-on-overaligned-type %t
----------------
vbvictor wrote:
Oh, it also has other runs with `%s -- -std=c++17 -faligned-allocation`. Let's leave tests as is
https://github.com/llvm/llvm-project/pull/165542
More information about the cfe-commits
mailing list