[cfe-commits] [PATCH] CFG automatic object destructors

Marcin Świderski marcin.sfider at gmail.com
Mon Sep 27 15:55:24 PDT 2010


Patch adds implicit destructors generation for objects with automatic
storage duration. Patch is rather big, but it contains all cases (that I
thought of), as it will be easier to review as a whole IMO. While commiting
I can divide it to smaller chuncks.

I've added some test cases. They can be later used to create regresion
tests.

Please approve for commit.

Marcin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20100928/0db140e7/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: auto-obj-dtor.zip
Type: application/zip
Size: 2827 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20100928/0db140e7/attachment.zip>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cfg-auto-obj-dtor.patch
Type: application/octet-stream
Size: 20969 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20100928/0db140e7/attachment.obj>


More information about the cfe-commits mailing list