[all-commits] [llvm/llvm-project] 263776: [lldb] Remove LanguageRuntime::GetOverrideExprOptions

Alex via All-commits all-commits at lists.llvm.org
Fri Jan 31 22:07:41 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 2637769b9f38010082276b7b839a17b102d1ac93
      https://github.com/llvm/llvm-project/commit/2637769b9f38010082276b7b839a17b102d1ac93
  Author: Alex Langford <apl at fb.com>
  Date:   2020-01-31 (Fri, 31 Jan 2020)

  Changed paths:
    M lldb/include/lldb/Target/LanguageRuntime.h
    M lldb/source/Plugins/ExpressionParser/Clang/CMakeLists.txt
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
    M lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h

  Log Message:
  -----------
  [lldb] Remove LanguageRuntime::GetOverrideExprOptions

LanguageRuntime::GetOverrideExprOptions is specific to clang and was
only overridden in RenderScriptRuntime. LanguageRuntime in shouldn't
have any knowledge of clang, so remove it from LanguageRuntime and leave
it only in RenderScriptRuntime.




More information about the All-commits mailing list