[all-commits] [llvm/llvm-project] 1d0ba3: [lldb] Use std::nullopt instead of llvm::None (NFC)
kazutakahirata via All-commits
all-commits at lists.llvm.org
Mon Dec 5 22:44:07 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1d0ba311d88d02caa6b5e1607047fdb6c909b705
https://github.com/llvm/llvm-project/commit/1d0ba311d88d02caa6b5e1607047fdb6c909b705
Author: Kazu Hirata <kazu at google.com>
Date: 2022-12-05 (Mon, 05 Dec 2022)
Changed paths:
M lldb/bindings/python/python-wrapper.swig
Log Message:
-----------
[lldb] Use std::nullopt instead of llvm::None (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