[clang] [RFC] Initial implementation of P2719 (PR #113510)

via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 24 02:17:19 PDT 2025


================
@@ -312,6 +312,7 @@ LANGOPT(OpenACC           , 1, 0, "OpenACC Enabled")
 
 LANGOPT(MSVCEnableStdcMacro , 1, 0, "Define __STDC__ with '-fms-compatibility'")
 LANGOPT(SizedDeallocation , 1, 0, "sized deallocation")
+LANGOPT(TypeAwareAllocators , 1, 1, "type aware C++ allocation operators")
----------------
cor3ntin wrote:

This should be gone

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


More information about the cfe-commits mailing list