Commits

Denis Vnukov committed 74944d63f0f
Fix for rdar://problem/19582475, Fuzzing Swift: Parser::parseDecl(...) crashes: Assertion failed: (Status.isError()) Since ParserResult<T> required to have an AST node if there is no error and Parser::parseLineDirective() does not return any node after successful parsing, we should not try to construct DeclResult. Swift SVN r24755