[cfe-dev] Dereference in aggregate expression
Sanghyeon Seo
sanxiyn at gmail.com
Thu Dec 13 03:18:48 PST 2007
This patch implements dereference operator in CGExprAgg.cpp.
typedef struct { int i; } Value;
void f(Value *p) { Value v = *p; }
--
Seo Sanghyeon
-------------- next part --------------
A non-text attachment was scrubbed...
Name: agg-deref
Type: application/octet-stream
Size: 790 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20071213/2cf04192/attachment.obj>
More information about the cfe-dev
mailing list