Commits

Argyrios Kyrtzidis committed d6b048dfe06
[Lexer] Refactor lexing of interpolated strings. Decouple splitting an interpolated string to segments, from encoding the string segments. This allows us to tokenize or re-lex a string literal without having to allocate memory for encoding the string segments when we don't need them encoded. Swift SVN r6940