[all-commits] [llvm/llvm-project] f23751: [LLDB] Add some declarations related to REPL suppo...

Walter Erquinigo via All-commits all-commits at lists.llvm.org
Tue May 23 11:39:59 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f237513cda8e6ec32579ff047b008e22422db2ff
      https://github.com/llvm/llvm-project/commit/f237513cda8e6ec32579ff047b008e22422db2ff
  Author: walter erquinigo <walter at modular.com>
  Date:   2023-05-23 (Tue, 23 May 2023)

  Changed paths:
    M lldb/include/lldb/Expression/ExpressionTypeSystemHelper.h
    M lldb/include/lldb/Expression/ExpressionVariable.h
    M lldb/include/lldb/Expression/REPL.h
    M lldb/source/Expression/CMakeLists.txt
    A lldb/source/Expression/ExpressionTypeSystemHelper.cpp
    M lldb/source/Expression/ExpressionVariable.cpp
    M lldb/source/Expression/REPL.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/CMakeLists.txt
    A lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionHelper.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionHelper.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.h
    M lldb/source/Plugins/REPL/Clang/ClangREPL.cpp
    M lldb/source/Plugins/REPL/Clang/ClangREPL.h

  Log Message:
  -----------
  [LLDB] Add some declarations related to REPL support for mojo

This simple diff declares some enum values needed to create a REPL for the mojo language.

Differential Revision: https://reviews.llvm.org/D150303




More information about the All-commits mailing list