Commits

Chris Lattner committed b43a8b5fd5e
Diagnose jumps out of defer statements in Sema. This doesn't handle throw (somewhat ironically, given that we added it for throw) because we model throw as an Expr currently which makes it more difficult in Sema. SILGen catches this situation and any others that I didn't remember to handle here. Swift SVN r27762