[all-commits] [llvm/llvm-project] 660c33: [libc] Use std::optional instead of llvm::Optional...

kazutakahirata via All-commits all-commits at lists.llvm.org
Sat Jan 14 21:10:28 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 660c33e51de20b5a414b029a6dbae8a33aefabd4
      https://github.com/llvm/llvm-project/commit/660c33e51de20b5a414b029a6dbae8a33aefabd4
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-01-14 (Sat, 14 Jan 2023)

  Changed paths:
    M libc/benchmarks/JSON.cpp
    M libc/benchmarks/automemcpy/lib/CodeGenMain.cpp
    M libc/benchmarks/automemcpy/lib/RandomFunctionGenerator.cpp

  Log Message:
  -----------
  [libc] Use std::optional instead of llvm::Optional (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