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;
}
By the way, is cfe-dev correct list for sending patches like these, or
do you prefer cfe-commits list?
--
Seo Sanghyeon
codegen-typedef
Description: Binary data
_______________________________________________ cfe-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
