[cfe-commits] [PATCH] CompoundLiteral

Zhongxing Xu xuzhongxing at gmail.com
Mon Oct 27 22:21:15 PDT 2008


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/1e3dbf3e/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: compoundliteral.patch
Type: application/octet-stream
Size: 12933 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20081028/1e3dbf3e/attachment.obj>


More information about the cfe-commits mailing list