================
@@ -1366,9 +1372,9 @@ bool ItaniumCXXABI::isZeroInitializable(const 
MemberPointerType *MPT) {
 /// at entry -2 in the vtable.
 void ItaniumCXXABI::emitVirtualObjectDelete(CodeGenFunction &CGF,
                                             const CXXDeleteExpr *DE,
-                                            Address Ptr,
-                                            QualType ElementType,
-                                            const CXXDestructorDecl *Dtor) {
+                                            Address Ptr, QualType ElementType,
+                                            const CXXDestructorDecl *Dtor,
+                                            bool ArrayDeletion) {
----------------
Fznamznon wrote:

Yeah, I removed all ArrayDeletion mess. Something wrong happened in my head 
when doing this. Ofc we can ask this from CXXDeleteExpr. Thanks for spotting 
this!

https://github.com/llvm/llvm-project/pull/126240
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to