llvm-project/lldb/unittests/SymbolFile/DWARF
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
..
Inputs
CMakeLists.txt Reland "[lldb] Add support for using integral const static data members in the expression evaluator" 2022-07-15 10:52:35 +00:00
DWARFASTParserClangTests.cpp Make CompilerType safe 2022-11-16 15:51:26 -08:00
DWARFDIETest.cpp [lldb][NFC] Allow range-based for loops over DWARFDIE's children 2021-07-22 15:03:30 +02:00
DWARFIndexCachingTest.cpp [lldb/unittests] Use std::nullopt instead of None (NFC) 2022-12-04 16:51:27 -08:00
DWARFUnitTest.cpp Recognize the Swift compiler in DW_AT_producer 2021-10-07 13:54:28 -07:00
SymbolFileDWARFTests.cpp [LLDB] Remove cases of using namespace llvm:: from header file 2022-03-03 10:39:06 -08:00
XcodeSDKModuleTests.cpp