[all-commits] [llvm/llvm-project] bde7a6: [clang-repl] Expose CreateExecutor() and ResetExec...
Stefan Gränitz via All-commits
all-commits at lists.llvm.org
Tue Mar 12 05:55:59 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bde7a6b791872b63456cb4e50e63046728a65196
https://github.com/llvm/llvm-project/commit/bde7a6b791872b63456cb4e50e63046728a65196
Author: Stefan Gränitz <stefan.graenitz at gmail.com>
Date: 2024-03-12 (Tue, 12 Mar 2024)
Changed paths:
M clang/include/clang/Interpreter/Interpreter.h
M clang/lib/Interpreter/Interpreter.cpp
M clang/unittests/Interpreter/CMakeLists.txt
M clang/unittests/Interpreter/InterpreterExtensionsTest.cpp
Log Message:
-----------
[clang-repl] Expose CreateExecutor() and ResetExecutor() in extended Interpreter interface (#84460)
IncrementalExecutor is an implementation detail of the Interpreter. In
order to test extended features properly, we must be able to setup and
tear down the executor manually.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list