[all-commits] [llvm/llvm-project] 7c8844: [MCParser] Use std::optional in WasmAsmParser.cpp ...

kazutakahirata via All-commits all-commits at lists.llvm.org
Fri Nov 25 12:26:25 PST 2022


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

  Changed paths:
    M llvm/lib/MC/MCParser/WasmAsmParser.cpp

  Log Message:
  -----------
  [MCParser] Use std::optional in WasmAsmParser.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