[all-commits] [llvm/llvm-project] e1cdda: [libc] Use std::optional instead of llvm::Optional...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sat Jan 14 20:23:06 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e1cdda57fabddb809b17f30f5dcd3e59518cafa7
https://github.com/llvm/llvm-project/commit/e1cdda57fabddb809b17f30f5dcd3e59518cafa7
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/lib/CodeGen.cpp
M libc/utils/LibcTableGenUtil/APIIndexer.h
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