Reland "[clang-repl] Allow passing in code as positional arguments."
authorVassil Vassilev <v.g.vassilev@gmail.com>
Sat, 10 Jul 2021 17:50:41 +0000 (17:50 +0000)
committerVassil Vassilev <v.g.vassilev@gmail.com>
Sat, 10 Jul 2021 17:54:00 +0000 (17:54 +0000)
commitf01d45c378cd0271e279d971c79d6e4900f045e0
tree512e378d8ff75c240830265ad104c0f20a2128f3
parent768510632c5ddbf9438693d9c7db1903e39295ad
Reland "[clang-repl] Allow passing in code as positional arguments."

This reverts commit 3ec88ca60b24 which reverted e386871e1d21 due to a asan build
failure.

This patch removes the new lines in the test case which seem to introduce the
failure.

Differential revision: https://reviews.llvm.org/D104898
clang/test/Interpreter/execute.cpp
clang/tools/clang-repl/ClangRepl.cpp