Commits
Chris Lattner committed da1dfcd55c7
implement <rdar://problem/19150249> Allow labeled "break" from an "if" statement This doesn't allow 'continue' out of an if statement for the same reason we don't allow it on switch: we'd prefer people to write loops more explicitly. Swift SVN r25565