Commits

Doug Gregor committed 32431085181
Introduce an new expression, MemberRefExpr, that refers to a member of an object. This expression kind is currently used to refer to properties within an object, but will eventually be extended to refer to fields as well (once we make StructDecl real). Swift SVN r1445