I've converted all known uses of None to std::nullopt.
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
Differential D139763
[ADT] Deperecate llvm::None kazu on Dec 9 2022, 7:55 PM. Authored by
Details
I've converted all known uses of None to std::nullopt. This is part of an effort to migrate from llvm::Optional to https://discourse.llvm.org/t/deprecating-llvm-optional-x-hasvalue-getvalue-getvalueor/63716
Diff Detail
|