Commits

Joe Groff committed fc5e29284fe
SILGen: Implement failable class initializers. Set up the same structure of a failure block and common exit point for class initializers that fail, and fix the codegen for the allocating entry point to use the correct return type when calling a failable initializer. Swift SVN r21536