[PATCH] Fix PR14514: Call destructor automatically after a throw (clang bug)

John McCall rjmccall at apple.com
Thu Jan 31 21:12:44 PST 2013


On Jan 30, 2013, at 10:48 PM, WenHan Gu (谷汶翰) <wenhan.gu at mediatek.com> wrote:
> Could someone have a look at this patch? It fix  http://llvm.org/bugs/show_bug.cgi?id=14514
> I think this is important for array usage on C++ exception handling CodeGen.

Thanks for the patch!  I reworked it to handle some other cases
and committed it as r174146.

John.



More information about the cfe-commits mailing list