llvm-project/lldb/tools/lldb-server
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
..
Darwin/resources
Acceptor.cpp [lldb] [Host/Socket] Make DecodeHostAndPort() return a dedicated struct 2021-10-28 09:57:50 +02:00
Acceptor.h
CMakeLists.txt [LLDB][RISCV] Make software single stepping work 2022-08-16 23:44:50 +08:00
LLDBServerUtilities.cpp [lldb] Introduce the concept of a log handler (NFC) 2022-06-16 13:34:28 -07:00
LLDBServerUtilities.h
LLGSOptions.td
SystemInitializerLLGS.cpp [LLDB][RISCV] Make software single stepping work 2022-08-16 23:44:50 +08:00
SystemInitializerLLGS.h [lldb] Fix shared library directory computation on windows 2021-02-18 15:37:52 +01:00
lldb-gdbserver.cpp [lldb] Rename Logging.h to LLDBLog.h and clean up includes 2022-02-03 14:47:01 +01:00
lldb-platform.cpp [lldb] Use std::nullopt instead of None (NFC) 2022-12-04 16:51:25 -08:00
lldb-server.cpp [lldb] Make lldbVersion a full fledged library 2021-12-08 15:14:34 -08:00