llvm-project/lldb/source/Host
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
..
android [lldb][NFC] Use C++ versions of the deprecated C standard library headers 2021-05-26 12:46:12 +02:00
common [lldb] Use std::nullopt instead of None (NFC) 2022-12-04 16:51:25 -08:00
freebsd Modernize and simplify HostInfo::GetOSKernelDescription 2021-10-26 11:17:02 +02:00
linux [lldb] Use std::nullopt instead of None (NFC) 2022-12-04 16:51:25 -08:00
macosx Improve error logging when xcrun fails to execute successfully 2022-12-01 16:22:14 -08:00
netbsd [lldb] Remove remaining calls to DataBufferLLVM::GetChars 2022-04-01 17:43:05 -07:00
openbsd Modernize and simplify HostInfo::GetOSKernelDescription 2021-10-26 11:17:02 +02:00
posix [lldb] Use std::nullopt instead of None (NFC) 2022-12-04 16:51:25 -08:00
windows [lldb] Host::ShellExpandArguments - fix error check for valid dictionary 2022-10-25 17:44:04 +01:00
CMakeLists.txt [lldb] Use WSAEventSelect for MainLoop polling on windows 2022-08-19 13:25:25 +02:00