[cfe-dev] Member expression and typedef

Chris Lattner clattner at apple.com
Fri Nov 30 10:02:27 PST 2007


On Nov 30, 2007, at 2:49 AM, Sanghyeon Seo wrote:

> This patch fixes a problem in CodeGen with member expression and  
> typedef.
>
> typedef struct { int i; } Value;
> typedef Value *PValue;
>
> int get_value(PValue v) {
>  return v->i;
> }

Applied, thanks!

-Chris




More information about the cfe-dev mailing list