================ @@ -3521,6 +3522,10 @@ def : Flag<["-"], "faligned-new">, Alias<faligned_allocation>; def : Flag<["-"], "fno-aligned-new">, Alias<fno_aligned_allocation>; def faligned_new_EQ : Joined<["-"], "faligned-new=">; +defm cxx_type_aware_allocators : BoolFOption<"cxx-type-aware-allocators", + LangOpts<"TypeAwareAllocators">, Default<cpp26.KeyPath>, + PosFlag<SetTrue, [], [ClangOption], "Enable C++26 type aware allocator operators">, + NegFlag<SetFalse>, BothFlags<[], [ClangOption, CC1Option]>>; ---------------- cor3ntin wrote:
This should be gone https://github.com/llvm/llvm-project/pull/113510 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits