[all-commits] [llvm/llvm-project] 319ce9: [clang-repl] Re-implement clang-interpreter as a t...

Vassil Vassilev via All-commits all-commits at lists.llvm.org
Tue Aug 31 22:24:19 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 319ce98011742141dad8dd95a2f9de9c0449be5c
      https://github.com/llvm/llvm-project/commit/319ce98011742141dad8dd95a2f9de9c0449be5c
  Author: Vassil Vassilev <v.g.vassilev at gmail.com>
  Date:   2021-09-01 (Wed, 01 Sep 2021)

  Changed paths:
    M clang/docs/ClangFormattedStatus.rst
    M clang/examples/CMakeLists.txt
    R clang/examples/clang-interpreter/CMakeLists.txt
    R clang/examples/clang-interpreter/README.txt
    R 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
    R clang/test/Misc/interpreter.c
    M clang/test/lit.cfg.py
    M clang/unittests/Interpreter/CMakeLists.txt
    A clang/unittests/Interpreter/ExceptionTests/CMakeLists.txt
    A clang/unittests/Interpreter/ExceptionTests/InterpreterExceptionTest.cpp
    M clang/unittests/Interpreter/InterpreterTest.cpp

  Log Message:
  -----------
  [clang-repl] Re-implement clang-interpreter as a test case.

The current infrastructure in lib/Interpreter has a tool, clang-repl, very
similar to clang-interpreter which also allows incremental compilation.

This patch moves clang-interpreter as a test case and drops it as conditionally
built example as we already have clang-repl in place.

Differential revision: https://reviews.llvm.org/D107049




More information about the All-commits mailing list