[all-commits] [llvm/llvm-project] d5987f: [DWARFLinker] Use std::optional in DWARFLinkerComp...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sat Dec 10 08:19:50 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d5987fe324fcaedcea12914d6f9644cc5329f364
https://github.com/llvm/llvm-project/commit/d5987fe324fcaedcea12914d6f9644cc5329f364
Author: Kazu Hirata <kazu at google.com>
Date: 2022-12-10 (Sat, 10 Dec 2022)
Changed paths:
M llvm/include/llvm/DWARFLinker/DWARFLinkerCompileUnit.h
Log Message:
-----------
[DWARFLinker] Use std::optional in DWARFLinkerCompileUnit.h (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