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