[cfe-commits] [PATCH] LocalScope

Marcin Świderski marcin.sfider at gmail.com
Tue Sep 21 11:43:53 PDT 2010


Patch adds:
- LocalScope class with iterator used to pointing into it,
- fat doxygen comment for LocalScope indended usage,
- BlockScopePosPair class used for storing jump targets/sources (for: goto,
break, continue), that replaces raw CFGBlock pointer used earlier for this
purpose.

This patch prepares CFGBuilder for adding generation of destructors for
objects with automatic storage.

Please aprove for commit.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20100921/f478137b/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cfg-local-scope.patch
Type: application/octet-stream
Size: 14420 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20100921/f478137b/attachment.obj>


More information about the cfe-commits mailing list