[all-commits] [llvm/llvm-project] 230df7: [lldb] Use llvm::transformOptional (NFC)

kazutakahirata via All-commits all-commits at lists.llvm.org
Wed Dec 14 18:37:03 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 230df792e17519071a9ef4dc0fb10132540dfbb8
      https://github.com/llvm/llvm-project/commit/230df792e17519071a9ef4dc0fb10132540dfbb8
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-12-14 (Wed, 14 Dec 2022)

  Changed paths:
    M lldb/source/Plugins/Instruction/RISCV/EmulateInstructionRISCV.cpp
    M lldb/source/Plugins/Process/Linux/IntelPTSingleBufferTrace.cpp
    M lldb/unittests/Instruction/RISCV/TestRISCVEmulator.cpp

  Log Message:
  -----------
  [lldb] Use llvm::transformOptional (NFC)

This is part of an effort to migrate from llvm::Optional to
std::optional:

https://discourse.llvm.org/t/deprecating-llvm-optional-x-hasvalue-getvalue-getvalueor/63716




More information about the All-commits mailing list