================
@@ -335,8 +340,10 @@ class alignas(8) InitializedEntity {
}
/// Create the initialization entity for an object allocated via new.
- static InitializedEntity InitializeNew(SourceLocation NewLoc, QualType Type)
{
- return InitializedEntity(EK_New, NewLoc, Type);
+ static InitializedEntity InitializeNew(SourceLocation NewLoc, QualType Type,
----------------
ojhunt wrote:
I'd rather an enum for this over a bool flag, but I realize the general style
is bools so I'll just be sad instead :D
https://github.com/llvm/llvm-project/pull/182203
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits