Zhongxing Xu wrote: > As types are uniqued, how do we differentiate 'struct s a;' from > 'struct s { int d; } x;' in the AST? > Use RecordTypeDef and RecordType? Yes, more specifically RecordTypeDef and RecordTypeRef. -Argiris