llvm-project/lldb/unittests/Host
Kazu Hirata d2a6114f27 [lldb/unittests] 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:27 -08:00
..
linux [lldb] Fix an include in HostTest.cpp 2021-10-15 11:10:38 +02:00
posix [lldb] Support serial port parity checking 2021-10-25 10:51:46 +02:00
CMakeLists.txt Improve error logging when xcrun fails to execute successfully 2022-12-01 16:22:14 -08:00
ConnectionFileDescriptorTest.cpp [lldb] Make CommunicationTest compatible with windows 2022-08-26 15:25:46 +02:00
FileActionTest.cpp
FileSystemTest.cpp [LLDB] Applying clang-tidy modernize-use-default-member-init over LLDB 2022-03-14 13:32:03 -07:00
FileTest.cpp [lldb] [gdb-remote] Add eOpenOptionReadWrite for future gdb compat 2021-08-09 12:06:59 +02:00
HostInfoTest.cpp Improve error logging when xcrun fails to execute successfully 2022-12-01 16:22:14 -08:00
HostTest.cpp
MainLoopTest.cpp [lldb] [MainLoopPosix] Fix crash upon adding lots of pending callbacks 2022-10-17 17:48:44 +02:00
NativeProcessProtocolTest.cpp
PipeTest.cpp
ProcessLaunchInfoTest.cpp
SocketAddressTest.cpp
SocketTest.cpp [lldb/unittests] Use std::nullopt instead of None (NFC) 2022-12-04 16:51:27 -08:00
ThreadLauncherTest.cpp [lldb] Modernize ThreadLauncher 2022-02-23 14:25:59 +01:00
XMLTest.cpp [lldb] [Host] Refactor XML converting getters 2021-09-27 14:26:33 +02:00