Commits

Chris Lattner committed 82956ede540
fix a QoI regression I introduced in r26224. If an initializer expr in a var/let decl is invalid and produces a ParseError, recovery by producing an AST with an ErrorExpr in it instead of dropping the initializer on the floor. This silences downstream errors about "must have an initializer" sorts of stuff. Swift SVN r26405