On Mon, Dec 17, 2012 at 5:53 PM, WenHan Gu (谷汶翰) <[email protected]> wrote:
> OK, thanks.
> Patch set 3 uploaded.

@@ -1367,6 +1367,9 @@ static void emitPartialArrayDestroy(CodeGenFunction &CGF,
     type = arrayType->getElementType();
   }

+  if (type.isDestructedType() == QualType::DK_none)
+    return; // Check again for nest array
+

That doesn't help; you're still pushing the cleanup.

-Eli

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to