Commits

Chris Lattner committed 201e1d9bf99
refactor parseExpr a bit: rename parseExpr to parseExprImpl and change clients to either go through the new parseExpr (which is never "basic") or the existing parseExprBasic entrypoint if they don't want trailing closures. Swift SVN r13724