llvm-project/lldb/source/Host/posix
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
..
ConnectionFileDescriptorPosix.cpp [lldb] Fix crash when launching in terminal 2022-04-28 14:39:28 -07:00
DomainSocket.cpp [lldb] Remove some anonymous namespaces 2021-10-05 08:35:18 +02:00
FileSystemPosix.cpp [NFC] Improve FileSpec internal APIs and usage in preparation for adding caching of resolved/absolute. 2022-07-28 13:28:26 -07:00
HostInfoPosix.cpp [lldb] Use std::nullopt instead of None (NFC) 2022-12-04 16:51:25 -08:00
HostProcessPosix.cpp [lldb/host] Remove monitor_signals argument from process monitoring functions 2022-02-24 11:12:59 +01:00
HostThreadPosix.cpp [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07:00
LockFilePosix.cpp [lldb] Remove some anonymous namespaces 2021-10-05 08:35:18 +02:00
MainLoopPosix.cpp [lldb] [MainLoopPosix] Fix crash upon adding lots of pending callbacks 2022-10-17 17:48:44 +02:00
PipePosix.cpp [lldb] Remove some anonymous namespaces 2021-10-05 08:35:18 +02:00
ProcessLauncherPosixFork.cpp [lldb-server] Report launch error in vRun packets 2022-09-09 15:10:38 +02:00