Commits

Chris Lattner committed 61afbe993fa
Fix <rdar://problem/20193929> Can't "return nil" in a convenience initializer This falls out of the rework I did of 'self' in initializers. We now correctly dealloc_ref the allocated object on the failure path of a convenience init. Swift SVN r27752