Commits

Doug Gregor committed 344ecfd3f95
Add a new 'fail' statement to the AST for failing from an initializer. The spelling of the 'fail' statement is simply 'return nil', but distinguishing it in the AST clarifies intent for SILGen. Swift SVN r21310