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
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