llvm-capstone/lldb
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
..
bindings [NFC] Make headers self-contained. 2022-11-29 04:14:55 -08:00
cmake [lldb] Use LLDB_ENABLE_SWIG as the canonical CMake variable 2022-11-30 12:46:13 -08:00
docs [lldb] Make callback-based formatter matching available from the CLI. 2022-11-10 10:29:38 -08:00
examples [lldb/Plugins] Improve error reporting with reading memory in Scripted Process 2022-11-18 13:56:48 -08:00
include/lldb [lldb] Use std::nullopt instead of None (NFC) 2022-12-04 16:51:25 -08:00
packages/Python/lldbsuite Report which modules have forcefully completed types in statistics. 2022-11-30 21:22:27 -08:00
resources
scripts
source [lldb] Use std::nullopt instead of None (NFC) 2022-12-04 16:51:25 -08:00
test Leave DW_OP_addr addresses as load addresses in DWARFExpression 2022-12-02 14:45:02 -08:00
third_party/Python/module [lldb] Remove uses of six module (NFC) 2022-08-11 19:06:15 -07:00
tools [lldb] Use std::nullopt instead of None (NFC) 2022-12-04 16:51:25 -08:00
unittests [lldb/unittests] Use std::nullopt instead of None (NFC) 2022-12-04 16:51:27 -08:00
utils [test] Fix LLDB tests with just-built libcxx when using a target directory. 2022-10-26 12:07:22 -07:00
.clang-format
.clang-tidy [LLDB] Applying clang-tidy modernize-use-override over LLDB 2022-04-22 13:29:47 -07:00
.gitignore
CMakeLists.txt [lldb] Restore default setting of LLDB_INCLUDE_TESTS in standalone builds 2022-11-18 09:05:08 -08:00
CODE_OWNERS.txt [CODE OWNERS] Add wallace as code owner 2022-01-12 12:36:30 -08:00
LICENSE.TXT
use_lldb_suite_root.py