llvm-project/lldb/source/Plugins/ObjectFile
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
..
Breakpad [lldb] Use std::nullopt instead of None (NFC) 2022-12-04 16:51:25 -08:00
ELF [lldb] Use std::nullopt instead of None (NFC) 2022-12-04 16:51:25 -08:00
JIT [lldb] Change CreateMemoryInstance to take a WritableDataBuffer 2022-04-05 13:46:41 -07:00
Mach-O Add mach-o corefile support for platform binaries 2022-09-13 15:46:18 -07:00
Minidump [LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scan. Part 2 2022-07-25 20:52:45 -07:00
PDB Change the meaning of a UUID with all zeros for data. 2022-08-30 10:17:58 -07:00
PECOFF [lldb] Use std::nullopt instead of None (NFC) 2022-12-04 16:51:25 -08:00
wasm [lldb] Use std::nullopt instead of None (NFC) 2022-12-04 16:51:25 -08:00
CMakeLists.txt [lldb] Alphabetize some CMake files a bit better 2021-09-07 13:19:00 -04:00