[clang] [RFC] Initial implementation of P2719 (PR #113510)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 1 07:07:43 PDT 2024
================
@@ -1524,6 +1524,10 @@ in addition with the pragmas or -fmax-tokens flag to get any warnings.
}];
}
+// Warning group for type aware allocators
+def TypeAwareAllocatorMismatch :
----------------
AaronBallman wrote:
Do you expect to add more warnings under this group? If not, I'd suggest defining the group inline with the only warning using it.
https://github.com/llvm/llvm-project/pull/113510
More information about the cfe-commits
mailing list