Commits

Chris Lattner committed 25cb47879b9
Have Sema create an implicit "return" at the end of constructors if there isn't one already. NFC right now, but this allows us to simplify SILGen. It would also be reasonable to do this in the parser instead of sema, and would also be reasonable to do for deinit and normal void-returning functions as well, thoughts welcome. Swift SVN r27468