[PATCH] D143148: [clang-repl] Add basic multiline input support

2023-02-15 Thread Vassil Vassilev via Phabricator via cfe-commits
v.g.vassilev added inline comments. Comment at: clang/lib/Interpreter/IncrementalParser.cpp:260 + std::error_code()); +Token Tok; +do { I think we can simplify the heuristics here by asking if the end source

[PATCH] D143148: [clang-repl] Add basic multiline input support

2023-02-06 Thread Sunho Kim via Phabricator via cfe-commits
sunho created this revision. Herald added a project: All. sunho retitled this revision from "Add multiline support in clang-repl" to "[clang-repl] Add basic multiline support". sunho edited the summary of this revision. sunho updated this revision to Diff 494983. sunho added a comment. sunho updat