Commits
Chris Lattner committed c24991cff63
Fix <rdar://problem/16798323> Following a 'break' statment by another statement on a new line result in an error/fit-it Introduce a small amount of whitespace sensitivity into break/continue parsing so that we don't consider an identifier on the next line to be a label. Swift SVN r17439