Vassil Vassilev 159073bc0a [clang-repl] Support compound statement as a top-level statement.
This patch teaches our incremental compilation infrastructure to push and pop a
fake function scope making the Parser happy when parsing compound statements as
part of a top-leve statement declaration.

Differential revision: https://reviews.llvm.org/D139798
2023-02-17 09:09:04 +00:00
..