llvm-capstone/lldb/source
Kazu Hirata 343523d040 [lldb] Use std::nullopt instead of None (NFC)
This patch mechanically replaces None with std::nullopt where the
compiler would warn if None were deprecated.  The intent is to reduce
the amount of manual work required in migrating from Optional to
std::optional.

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
2022-12-04 16:51:25 -08:00
..
API [lldb] Use std::nullopt instead of None (NFC) 2022-12-04 16:51:25 -08:00
Breakpoint [lldb] Use std::nullopt instead of None (NFC) 2022-12-04 16:51:25 -08:00
Commands [lldb] Use std::nullopt instead of None (NFC) 2022-12-04 16:51:25 -08:00
Core [lldb] Use std::nullopt instead of None (NFC) 2022-12-04 16:51:25 -08:00
DataFormatters Make CompilerType safe 2022-11-16 15:51:26 -08:00
Expression [lldb] Use std::nullopt instead of None (NFC) 2022-12-04 16:51:25 -08:00
Host [lldb] Use std::nullopt instead of None (NFC) 2022-12-04 16:51:25 -08:00
Initialization [lldb] Add diagnostics 2022-10-31 14:40:38 -07:00
Interpreter [lldb] Use std::nullopt instead of None (NFC) 2022-12-04 16:51:25 -08:00
Plugins [lldb] Use std::nullopt instead of None (NFC) 2022-12-04 16:51:25 -08:00
Symbol [lldb] Use std::nullopt instead of None (NFC) 2022-12-04 16:51:25 -08:00
Target [lldb] Use std::nullopt instead of None (NFC) 2022-12-04 16:51:25 -08:00
Utility [lldb] Use std::nullopt instead of None (NFC) 2022-12-04 16:51:25 -08:00
Version [lldb] Fix LLDB_FULL_VERSION_STRING 2022-01-19 14:20:22 -08:00
CMakeLists.txt [lldb] Make lldbVersion a full fledged library 2021-12-08 15:14:34 -08:00