[all-commits] [llvm/llvm-project] 7158fd: Revert "[clang-repl] Introduce Value to capture ex...
Jun Zhang via All-commits
all-commits at lists.llvm.org
Tue May 16 06:22:46 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7158fd381a0bc0222195d6a07ebb42ea57957bda
https://github.com/llvm/llvm-project/commit/7158fd381a0bc0222195d6a07ebb42ea57957bda
Author: Jun Zhang <jun at junz.org>
Date: 2023-05-16 (Tue, 16 May 2023)
Changed paths:
M clang/include/clang/Interpreter/Interpreter.h
R clang/include/clang/Interpreter/Value.h
M clang/lib/Interpreter/CMakeLists.txt
M clang/lib/Interpreter/IncrementalParser.cpp
M clang/lib/Interpreter/IncrementalParser.h
M clang/lib/Interpreter/Interpreter.cpp
R clang/lib/Interpreter/InterpreterUtils.cpp
R clang/lib/Interpreter/InterpreterUtils.h
R clang/lib/Interpreter/Value.cpp
M clang/tools/clang-repl/CMakeLists.txt
M clang/unittests/Interpreter/CMakeLists.txt
M clang/unittests/Interpreter/InterpreterTest.cpp
Log Message:
-----------
Revert "[clang-repl] Introduce Value to capture expression results"
This reverts commit a423b7f1d7ca8b263af85944f57a69aa08fc942c.
See https://lab.llvm.org/buildbot/#/changes/95083
More information about the All-commits
mailing list