Commits

Denis Vnukov committed 6776cb2e954
Fix for rdar://problem/19582877, Fuzzing Swift: Parser::parseTopLevel() crashes in swift::verify(...) Brace statement created for wrapping IfConfig inside TopLevelCodeDecl does not have closing brace, so we should use the previous token’s location as right brace location. Swift SVN r24797