mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Exclude REPL escapes from the output of :dump_source. <rdar://problem/11387569>.
Swift SVN r1744
This commit is contained in:
@@ -405,6 +405,7 @@ void swift::REPL(ASTContext &Context) {
|
||||
}
|
||||
CurBufferOffset = CurBufferEndOffset;
|
||||
CurChunkLines = 0;
|
||||
LastValidLineEnd = CurBuffer;
|
||||
continue;
|
||||
}
|
||||
do {
|
||||
|
||||
Reference in New Issue
Block a user