[all-commits] [llvm/llvm-project] 04aff3: Revert "Reland "[clang-repl] Re-implement clang-in...
PiJoules via All-commits
all-commits at lists.llvm.org
Fri Oct 8 17:49:04 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 04aff395047ab39811eea1fd811a5874d3e4dfe4
https://github.com/llvm/llvm-project/commit/04aff395047ab39811eea1fd811a5874d3e4dfe4
Author: Leonard Chan <leonardchan at google.com>
Date: 2021-10-08 (Fri, 08 Oct 2021)
Changed paths:
M clang/docs/ClangFormattedStatus.rst
M clang/examples/CMakeLists.txt
A clang/examples/clang-interpreter/CMakeLists.txt
A clang/examples/clang-interpreter/README.txt
A clang/examples/clang-interpreter/Test.cxx
M clang/include/clang/Interpreter/Interpreter.h
M clang/lib/Interpreter/IncrementalExecutor.cpp
M clang/lib/Interpreter/IncrementalExecutor.h
M clang/lib/Interpreter/Interpreter.cpp
M clang/test/CMakeLists.txt
A clang/test/Misc/interpreter.c
M clang/test/lit.cfg.py
M clang/unittests/Interpreter/CMakeLists.txt
R clang/unittests/Interpreter/ExceptionTests/CMakeLists.txt
R clang/unittests/Interpreter/ExceptionTests/InterpreterExceptionTest.cpp
M clang/unittests/Interpreter/InterpreterTest.cpp
Log Message:
-----------
Revert "Reland "[clang-repl] Re-implement clang-interpreter as a test case.""
This reverts commit 1dba6b37bdc70210f75a480eff3715ebe1f1d8be.
Reverting because the ClangReplInterpreterExceptionTests test fails on
our builders with this patch.
More information about the All-commits
mailing list