[cfe-dev] Dereference in aggregate expression
Chris Lattner
clattner at apple.com
Thu Dec 13 09:21:28 PST 2007
Looks great to me, please apply, thanks!
-Chris
On Dec 13, 2007, at 3:18 AM, Sanghyeon Seo wrote:
> This patch implements dereference operator in CGExprAgg.cpp.
>
> typedef struct { int i; } Value;
> void f(Value *p) { Value v = *p; }
>
> --
> Seo Sanghyeon
> <agg-deref>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
More information about the cfe-dev
mailing list