[all-commits] [llvm/llvm-project] b5516b: [libc] Use std::optional instead of llvm::Optional...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sat Jan 14 20:52:14 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b5516be05654ecdd4fd7e317b1f21f940c1a967b
https://github.com/llvm/llvm-project/commit/b5516be05654ecdd4fd7e317b1f21f940c1a967b
Author: Kazu Hirata <kazu at google.com>
Date: 2023-01-14 (Sat, 14 Jan 2023)
Changed paths:
M libc/benchmarks/LibcBenchmark.h
M libc/benchmarks/LibcBenchmarkTest.cpp
M libc/benchmarks/automemcpy/include/automemcpy/FunctionDescriptor.h
M libc/benchmarks/automemcpy/include/automemcpy/RandomFunctionGenerator.h
M libc/benchmarks/automemcpy/lib/CodeGen.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