[clang-repl] Enable basic multiline support.
commitc96c5edb58ed29e0fd936bc082ec6cae7082854e
authorVassil Vassilev <v.g.vassilev@gmail.com>
Mon, 8 May 2023 19:40:39 +0000 (8 19:40 +0000)
committerVassil Vassilev <v.g.vassilev@gmail.com>
Sat, 20 May 2023 14:40:58 +0000 (20 14:40 +0000)
tree32d89b3928c7ce44b235187b3c6fa964100ce3be
parentb7fb2a3fec7c187d58a6d338ab512d9173bca987
[clang-repl] Enable basic multiline support.

This patch allows the users to use backslash to tell clang-repl that more input
is coming. This would help support OpenMP directives which generally require to
be in separate lines.
clang/test/Interpreter/multiline.cpp [new file with mode: 0644]
clang/tools/clang-repl/ClangRepl.cpp