Commits

Adrian Prantl committed 2010702687f
Make this friendlier for the LLDB REPL. <rdar://problem/17834651> The next token may be EOF and does not technically belong to this virtual source file, so instead let's end the previous virtual source file at the beginning of the #line token and not confuse the SourceManager. No testcase here , because it's impossible to create such a situation without going via LLDB. Swift SVN r20654