[all-commits] [llvm/llvm-project] 0f9c08: [lldb] Migrate to GetPropertyAtIndexAs for Languag...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Fri May 5 14:44:13 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0f9c08f1b2ba23d6c4a4e542d3d2c5adf479d31f
      https://github.com/llvm/llvm-project/commit/0f9c08f1b2ba23d6c4a4e542d3d2c5adf479d31f
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2023-05-05 (Fri, 05 May 2023)

  Changed paths:
    M lldb/include/lldb/Interpreter/OptionValueProperties.h
    M lldb/source/Core/Debugger.cpp
    M lldb/source/Interpreter/OptionValueProperties.cpp
    M lldb/source/Target/Target.cpp

  Log Message:
  -----------
  [lldb] Migrate to GetPropertyAtIndexAs for LanguageType (NFC)

Use the templated GetPropertyAtIndexAs helper for LanguageType.


  Commit: 81f9c4323bb5828d21ba5c5f3d593e94b00fb744
      https://github.com/llvm/llvm-project/commit/81f9c4323bb5828d21ba5c5f3d593e94b00fb744
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2023-05-05 (Fri, 05 May 2023)

  Changed paths:
    M lldb/include/lldb/Interpreter/OptionValue.h
    M lldb/include/lldb/Interpreter/OptionValueProperties.h
    M lldb/source/Interpreter/OptionValue.cpp
    M lldb/source/Interpreter/OptionValueProperties.cpp
    M lldb/source/Target/Target.cpp

  Log Message:
  -----------
  [lldb] Migrate to GetPropertyAtIndexAs for ArchSpec (NFC)

Use the templated GetPropertyAtIndexAs helper for ArchSpec.


Compare: https://github.com/llvm/llvm-project/compare/07996804a0c0...81f9c4323bb5


More information about the All-commits mailing list