mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
ff895d2f5e
Mostly this was just returning the ParserStatus bits that we got from parseExprList from parseExprStringLiteral. The rest was just cleaning up places that didn't handle EOF very well, which is important here because the code completion token is buried in the string literal, so the primary lexer will walk past it. rdar://problem/17101944