[cfe-dev] Where to put member pointers in the type hierarchy?
Sebastian Redl
sebastian.redl at getdesigned.at
Sat Jan 24 07:16:58 PST 2009
Hi,
I'm currently implementing pointers-to-members, and now that I can parse
the declaration, I need to extend the AST type hierarchy. So I'm
wondering where to put member pointers. Should they be a subclass of
PointerType, of PointerLikeType, or just of Type?
Doug, I'm sure you've already thought about this.
Sebastian
More information about the cfe-dev
mailing list