Commits
Doug Gregor committed fc183b9cc32
Decouple the lexer from the ASTContext and specific BufferID. They aren't needed for the lexer proper (which just needs a buffer to dig through). Also, make it possible to suppress lexer diagnostics merely by not giving it a diagnostic engine to work with. Swift SVN r852