llvm-capstone/clang/test/Interpreter
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
..
code-undo.cpp [clang-repl] Disable building when LLVM_STATIC_LINK_CXX_STDLIB is ON. 2022-07-31 05:42:57 +09:00
disambiguate-decl-stmt.cpp [clang-repl] Support statements on global scope in incremental mode. 2022-12-03 07:18:07 +00:00
execute-stmts.cpp [clang-repl] Support compound statement as a top-level statement. 2023-02-17 09:09:04 +00:00
execute-weak.cpp [clang-repl] Disable building when LLVM_STATIC_LINK_CXX_STDLIB is ON. 2022-07-31 05:42:57 +09:00
execute.cpp [clang-repl] Disable building when LLVM_STATIC_LINK_CXX_STDLIB is ON. 2022-07-31 05:42:57 +09:00
fail.cpp [clang-repl] Fix incorrect return code 2022-07-31 19:07:05 +08:00
global-dtor.cpp [clang-repl] Disable building when LLVM_STATIC_LINK_CXX_STDLIB is ON. 2022-07-31 05:42:57 +09:00
incremental-mode.cpp Handles failing driver tests of clang 2022-08-02 12:29:26 +05:30
lambda.cpp [CodeGen] Track DeferredDecls that have been emitted 2022-08-27 22:32:47 +08:00
lit.local.cfg [clang-repl] Disable building when LLVM_STATIC_LINK_CXX_STDLIB is ON. 2022-07-31 05:42:57 +09:00
plugins.cpp [clang-repl] Disable building when LLVM_STATIC_LINK_CXX_STDLIB is ON. 2022-07-31 05:42:57 +09:00
sanity.c [clang-repl] Implement code undo. 2022-06-26 18:32:18 +08:00
simple-exception.cpp [clang-repl] XFAIL riscv targets in simple-exception test case 2023-01-17 14:28:15 +00:00
stmt-serialization.cpp [clang-repl] Support statements on global scope in incremental mode. 2022-12-03 07:18:07 +00:00