Commits

Doug Gregor committed 7e61089918b
Refactor the code that builds declaration reference and member reference expressions, introducing two routines on TypeChecker (buildRefExpr and buildMemberRefExpr) that are intended to be the sole generators of ASTs. Updated all but one caller for member reference expressions, the terrible MemberLookup::createResultAST(), which still calls into the AST library to build nodes. Swift SVN r2219