[cfe-dev] MemberExpr::getMemberDecl()

Martin Doucha next_ghost at quick.cz
Wed Mar 18 03:36:26 PDT 2009


Hi,
why did the return type of MemberExpr::getMemberDecl() change from
FieldDecl (which has QualType data) to NamedDecl (which doesn't)? I was
using the type information from FieldDecl for some semantic checks.

Regards,
Martin




More information about the cfe-dev mailing list