[cfe-dev] Member expression and typedef
Sanghyeon Seo
sanxiyn at gmail.com
Fri Nov 30 02:49:23 PST 2007
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: codegen-typedef
Type: application/octet-stream
Size: 1065 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20071130/b49d1d42/attachment.obj>
More information about the cfe-dev
mailing list