[cfe-commits] [PATCH] LocalScope
Zhongxing Xu
xuzhongxing at gmail.com
Wed Sep 22 04:02:13 PDT 2010
This patch looks great to me.
2010/9/22 Marcin Ĺwiderski <marcin.sfider at gmail.com>
> 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/20100922/0420224d/attachment.html>
More information about the cfe-commits
mailing list