Commits

Chris Lattner committed 6692cba1500
simplify expression parsing to return a NullablePtr<Expr> instead of a ParseError<Expr>. The later could represent semantic errors, but we'd rather represent those with an ExprError node instead. This simplifies the code and allows the parser to build a more fully-formed AST that IDE clients will like. Swift SVN r1141