llvm-project/lldb/source/Plugins/ObjectFile/PECOFF
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
..
CMakeLists.txt [lldb] Set COFF module ABI from default triple and make it an option 2022-06-09 22:43:33 +03:00
ObjectFilePECOFF.cpp [lldb] Use std::nullopt instead of None (NFC) 2022-12-04 16:51:25 -08:00
ObjectFilePECOFF.h [lldb][COFF] Match symbols from COFF symbol table to export symbols 2022-09-28 12:57:11 +03:00
ObjectFilePECOFFProperties.td [lldb] Add setting to override PE/COFF ABI by module name 2022-06-22 17:16:06 +03:00
PECallFrameInfo.cpp [lldb] Use std::size instead of llvm::array_lengthof 2022-09-08 14:21:55 -06:00
PECallFrameInfo.h
WindowsMiniDump.cpp [NFC] Improve FileSpec internal APIs and usage in preparation for adding caching of resolved/absolute. 2022-07-28 13:28:26 -07:00
WindowsMiniDump.h