Commits

Argyrios Kyrtzidis committed cda7a109bd6
[Lexer] Remove the special hack in the Lexer that handles lexing an expression in an interpolated string. -Parse the expression using a begin/end state sub-Lexer instead of a general StringRef Lexer -Introduce a Lexer constructor accepting a BufferID and a range inside the buffer, and use it for swift::tokenize. Swift SVN r6938