[clang] Initial implementation of P2719 (PR #113510)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 25 09:54:55 PDT 2024
================
@@ -2234,6 +2234,17 @@ enum class CXXNewInitializationStyle {
Braces
};
+struct ImplicitAllocationParameters {
+ bool PassTypeIdentity;
----------------
erichkeane wrote:
minor preference for all of these being bitfields, or perhaps make this an `enum` type that we can use as flags (and unify both?).
https://github.com/llvm/llvm-project/pull/113510
More information about the cfe-commits
mailing list