2 Commits

Author SHA1 Message Date
Vassil Vassilev
96ae7c4f1a
[clang-repl] Implement continuation for preprocessor directives. (#107552) 2024-09-20 10:07:46 +03:00
Vassil Vassilev
c96c5edb58 [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.
2023-05-20 14:40:58 +00:00