llvm-project/lldb/unittests/Target
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
ABITest.cpp
CMakeLists.txt [lldb] Add MemoryTagMap class 2022-01-26 13:55:48 +00:00
DynamicRegisterInfoTest.cpp [lldb] [DynamicRegisterInfo] Remove AddRegister() and make Finalize() protected 2021-10-25 20:05:30 +02:00
ExecutionContextTest.cpp [lldb] Remove LLDB reproducers 2022-09-19 14:43:31 -07:00
FindFileTest.cpp [NFC] Improve FileSpec internal APIs and usage in preparation for adding caching of resolved/absolute. 2022-07-28 13:28:26 -07:00
MemoryRegionInfoTest.cpp
MemoryTagMapTest.cpp [lldb/unittests] Use std::nullopt instead of None (NFC) 2022-12-04 16:51:27 -08:00
ModuleCacheTest.cpp [NFC] Improve FileSpec internal APIs and usage in preparation for adding caching of resolved/absolute. 2022-07-28 13:28:26 -07:00
PathMappingListTest.cpp [lldb] Fix PathMappingListTest for the Optional interface change 2022-11-24 11:11:05 +01:00
RemoteAwarePlatformTest.cpp [LLDB] Applying clang-tidy modernize-use-override over LLDB 2022-04-22 13:29:47 -07:00
StackFrameRecognizerTest.cpp [lldb] Remove LLDB reproducers 2022-09-19 14:43:31 -07:00