llvm-project/lldb/unittests/Core
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
..
CMakeLists.txt [lldb] Make CommunicationTest compatible with windows 2022-08-26 15:25:46 +02:00
CommunicationTest.cpp [lldb] [Core] Split read thread support into ThreadedCommunication 2022-09-06 13:09:42 +02:00
DiagnosticEventTest.cpp [lldb] Remove LLDB reproducers 2022-09-19 14:43:31 -07:00
DumpDataExtractorTest.cpp [lldb] Always use APFloat for FP dumping 2022-07-27 14:30:35 +02:00
FileSpecListTest.cpp Implement better path matching in FileSpecList::FindCompatibleIndex(...). 2022-08-08 15:20:38 -07:00
FormatEntityTest.cpp [lldb] Make CommunicationTest compatible with windows 2022-08-26 15:25:46 +02:00
MangledTest.cpp [lldb] Fix PR52702 by fixing bool conversion of Mangled 2021-12-29 17:17:52 +08:00
ModuleSpecTest.cpp
RichManglingContextTest.cpp [lldb] Improve RichManglingContext ergonomics (NFC) 2022-02-04 10:17:39 -08:00
SourceLocationSpecTest.cpp [lldb/unittests] Use std::nullopt instead of None (NFC) 2022-12-04 16:51:27 -08:00
SourceManagerTest.cpp
UniqueCStringMapTest.cpp [lldb/DWARF] Make manual dwarf index deterministic 2022-01-27 10:05:05 +01:00