[all-commits] [llvm/llvm-project] 704b4f: [AsmParser] Use std::optional in LanaiAsmParser.cp...

kazutakahirata via All-commits all-commits at lists.llvm.org
Fri Nov 25 22:52:32 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 704b4f353357a2d8bd63a86a455f28b0b8c85c7f
      https://github.com/llvm/llvm-project/commit/704b4f353357a2d8bd63a86a455f28b0b8c85c7f
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-11-25 (Fri, 25 Nov 2022)

  Changed paths:
    M llvm/lib/Target/Lanai/AsmParser/LanaiAsmParser.cpp

  Log Message:
  -----------
  [AsmParser] Use std::optional in LanaiAsmParser.cpp (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