[all-commits] [llvm/llvm-project] c96c5e: [clang-repl] Enable basic multiline support.
Vassil Vassilev via All-commits
all-commits at lists.llvm.org
Sat May 20 07:53:57 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c96c5edb58ed29e0fd936bc082ec6cae7082854e
https://github.com/llvm/llvm-project/commit/c96c5edb58ed29e0fd936bc082ec6cae7082854e
Author: Vassil Vassilev <v.g.vassilev at gmail.com>
Date: 2023-05-20 (Sat, 20 May 2023)
Changed paths:
A clang/test/Interpreter/multiline.cpp
M clang/tools/clang-repl/ClangRepl.cpp
Log Message:
-----------
[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.
More information about the All-commits
mailing list