[all-commits] [llvm/llvm-project] ef73ea: [lldb][NFCI] Change return type of Language::GetIn...

Alex via All-commits all-commits at lists.llvm.org
Mon May 22 10:22:40 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ef73ea6cf691f08459dd33116ace45c946d05b54
      https://github.com/llvm/llvm-project/commit/ef73ea6cf691f08459dd33116ace45c946d05b54
  Author: Alex Langford <alangford at apple.com>
  Date:   2023-05-22 (Mon, 22 May 2023)

  Changed paths:
    M lldb/include/lldb/Symbol/SymbolContext.h
    M lldb/include/lldb/Target/Language.h
    M lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.h
    M lldb/source/Plugins/Language/ObjC/ObjCLanguage.h
    M lldb/source/Plugins/Language/ObjCPlusPlus/ObjCPlusPlusLanguage.h
    M lldb/source/Symbol/SymbolContext.cpp
    M lldb/source/Target/StackFrame.cpp

  Log Message:
  -----------
  [lldb][NFCI] Change return type of Language::GetInstanceVariableName

I don't think this needs to be a ConstString.

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




More information about the All-commits mailing list