Exclude REPL escapes from the output of :dump_source. <rdar://problem/11387569>.

Swift SVN r1744
This commit is contained in:
Eli Friedman
2012-05-04 20:55:53 +00:00
parent c2868d6d0a
commit bf281fd1e1

View File

@@ -405,6 +405,7 @@ void swift::REPL(ASTContext &Context) {
}
CurBufferOffset = CurBufferEndOffset;
CurChunkLines = 0;
LastValidLineEnd = CurBuffer;
continue;
}
do {