Commits

Joe Groff committed c0d8ae7c137
Parse 'x.self' as an identity expression. Factor an IdentityExpr base class out of ParenExpr, and migrate most of the logic to see through ParenExprs to see through IdentityExprs instead. Add DotSelfExpr as a new subclass of IdentityExpr, produced by parsing 'x.self'. Swift SVN r14381