[cfe-commits] [PATCH] CompoundLiteral

Zhongxing Xu xuzhongxing at gmail.com
Mon Oct 27 23:15:31 PDT 2008


Minor changes (forgot 'return store' in the last patch).

On Tue, Oct 28, 2008 at 1:21 PM, Zhongxing Xu <xuzhongxing at gmail.com> wrote:

> I changed the BindCompoundLiteral to AddCompoundLiteral.  Init SVals are
> not passed into Store explicitly. Instead a GRState is passed. Because we
> cannot assume the compound literal is array. It may be struct. Recursive
> processing is necessary.
>
> This patch is big enough. Later I will modify the AddDecl to follow the
> style of AddCompoundLiteral, so that we can process decl with init list.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20081028/9951ba6a/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: compoundliteral2.patch
Type: application/octet-stream
Size: 13420 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20081028/9951ba6a/attachment.obj>


More information about the cfe-commits mailing list