Commits

Argyrios Kyrtzidis committed 4908da8361f
[Lexer] Remove the public Lexer constructor that accepts a StringRef. Replace uses of it with the newly introduced constructor that accepts a buffer ID. The StringRef constructor was rather unsafe since it had the implicit requirement that the StringRef was null-terminated. Swift SVN r6942