Commits

Argyrios Kyrtzidis committed f875f05a30c
[Lexer] When encountering invalid characters, emit diagnostic and ignore them. ...instead of returning tok::unknown, which may confuse the Parser and cause it to crash with llvm::unreachable. By ignoring them we reduce the complexity in the Parser by not having it worry about tok::unknown. Swift SVN r6910