llvm-project/lldb/source/Plugins/Platform
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] Make remote-android local ports configurable 2022-10-26 08:14:22 +00:00
FreeBSD Make CompilerType safe 2022-11-16 15:51:26 -08:00
Linux Make CompilerType safe 2022-11-16 15:51:26 -08:00
MacOSX Improve error logging when xcrun fails to execute successfully 2022-12-01 16:22:14 -08:00
NetBSD Make CompilerType safe 2022-11-16 15:51:26 -08:00
OpenBSD [lldb] Plumb process host architecture through platform selection 2022-03-14 12:17:01 -07:00
POSIX [lldb] Improve formatting of dlopen error messages (NFC) 2022-05-23 10:57:40 -07:00
QemuUser Add include guards for PlatformQemuUser.h 2022-11-22 16:13:29 +01:00
Windows [lldb] Stop passing both i386 and i686 in parallel as architectures on Windows 2022-07-06 12:13:36 +03:00
gdb-server [lldb] Use std::nullopt instead of None (NFC) 2022-12-04 16:51:25 -08:00
CMakeLists.txt [lldb] Introduce PlatformQemuUser 2021-11-30 14:16:08 +01:00