================ @@ -3543,7 +3543,14 @@ def : Separate<["-"], "fnew-alignment">, Alias<fnew_alignment_EQ>; 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<"experimental-cxx-type-aware-allocators", + LangOpts<"TypeAwareAllocators">, DefaultFalse, + PosFlag<SetTrue, [], [ClangOption], "Enable experimental C++YY type aware allocator operators">, + NegFlag<SetFalse>, BothFlags<[], [ClangOption, CC1Option]>>; +defm cxx_type_aware_destroying_delete : BoolFOption<"experimental-cxx-type-aware-destroying-delete", + LangOpts<"TypeAwareDestroyingDelete">, DefaultFalse, + PosFlag<SetTrue, [], [ClangOption], "Enable experimental C++YY type aware allocator operators for destroying delete">, ---------------- cor3ntin wrote:
```suggestion PosFlag<SetTrue, [], [ClangOption], "Enable experimental C++ type aware allocator operators for destroying delete">, ``` 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