[all-commits] [llvm/llvm-project] d6e3db: [InterfaceStub] Use std::optional in ELFObjHandler...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Fri Nov 25 12:14:36 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d6e3dbabf96b811dba453300c11c6b6db8f0b2cf
https://github.com/llvm/llvm-project/commit/d6e3dbabf96b811dba453300c11c6b6db8f0b2cf
Author: Kazu Hirata <kazu at google.com>
Date: 2022-11-25 (Fri, 25 Nov 2022)
Changed paths:
M llvm/lib/InterfaceStub/ELFObjHandler.cpp
Log Message:
-----------
[InterfaceStub] Use std::optional in ELFObjHandler.cpp (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