[all-commits] [llvm/llvm-project] e38687: [clang-repl] Allow passing in code as positional a...

Vassil Vassilev via All-commits all-commits at lists.llvm.org
Thu Jul 1 12:57:38 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e386871e1d21cf206a1287356e88c5853563fc77
      https://github.com/llvm/llvm-project/commit/e386871e1d21cf206a1287356e88c5853563fc77
  Author: Vassil Vassilev <v.g.vassilev at gmail.com>
  Date:   2021-07-01 (Thu, 01 Jul 2021)

  Changed paths:
    M clang/test/Interpreter/execute.cpp
    M clang/tools/clang-repl/ClangRepl.cpp

  Log Message:
  -----------
  [clang-repl] Allow passing in code as positional arguments.

Now we can do things like: clang-repl "int i = 1;" "int j = 2;".

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




More information about the All-commits mailing list