Optional: Avoid value() uses
authorFangrui Song <i@maskray.me>
Sat, 17 Dec 2022 22:30:35 +0000 (22:30 +0000)
committerFangrui Song <i@maskray.me>
Sat, 17 Dec 2022 22:30:35 +0000 (22:30 +0000)
commit411512a7ce9c960bb2ac5b976d45f7ca1a2f63de
treefe00780b53f7b13d452836881b87f7027cd3e58c
parent15a9a72ee68166c0cff3f036cacd3c82be66c729
Optional: Avoid value() uses

prerequisite to deprecate the new API value() whose counterpart in
std::optional has undesired exception checking semantics and is
unavailable in older Xcode.
llvm/include/llvm/ADT/Optional.h
llvm/unittests/ADT/OptionalTest.cpp