llvm-project/lldb/source/Interpreter
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] Change implementation of memory read --show-tags option 2022-05-18 16:49:09 +01:00
CommandAlias.cpp Revert "Revert "Be more careful to maintain quoting information when parsing commands."" 2022-09-14 14:49:51 -07:00
CommandHistory.cpp [lldb] Use std::nullopt instead of None (NFC) 2022-12-04 16:51:25 -08:00
CommandInterpreter.cpp [lldb] Use std::nullopt instead of None (NFC) 2022-12-04 16:51:25 -08:00
CommandObject.cpp Revert "Revert "Be more careful to maintain quoting information when parsing commands."" 2022-09-14 14:49:51 -07:00
CommandOptionValidators.cpp
CommandReturnObject.cpp [lldb] Show the DBGError if dsymForUUID can't find a dSYM 2022-04-14 16:54:00 -07:00
InterpreterProperties.td [lldb/Interpreter] Open saved transcript in GUI Editor 2022-11-03 23:13:13 -07:00
OptionArgParser.cpp [lldb] Rename StringRef _lower() method calls to _insensitive() 2021-06-25 00:22:01 +03:00
OptionGroupArchitecture.cpp
OptionGroupBoolean.cpp
OptionGroupFile.cpp [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07:00
OptionGroupFormat.cpp [LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scan. Part 3 2022-07-27 10:39:49 -07:00
OptionGroupMemoryTag.cpp [lldb] Add --show-tags option to "memory find" 2022-05-19 14:40:01 +01:00
OptionGroupOutputFile.cpp
OptionGroupPlatform.cpp [lldb] Create an enum to specify the kind of ArchSpec matching 2022-08-02 16:20:13 +02:00
OptionGroupPythonClassWithDict.cpp
OptionGroupString.cpp
OptionGroupUInt64.cpp
OptionGroupUUID.cpp
OptionGroupValueObjectDisplay.cpp [lldb] Add setting for max depth of value object printing (NFC) 2022-05-03 10:39:42 -07:00
OptionGroupVariable.cpp [LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scan. Part 3 2022-07-27 10:39:49 -07:00
OptionGroupWatchpoint.cpp
OptionValue.cpp
OptionValueArch.cpp
OptionValueArgs.cpp
OptionValueArray.cpp Add SBDebugger::GetSetting() public APIs 2022-09-11 20:50:03 -07:00
OptionValueBoolean.cpp
OptionValueChar.cpp
OptionValueDictionary.cpp Add SBDebugger::GetSetting() public APIs 2022-09-11 20:50:03 -07:00
OptionValueEnumeration.cpp
OptionValueFileColonLine.cpp [LLDB] Applying clang-tidy modernize-use-default-member-init over LLDB 2022-03-14 13:32:03 -07:00
OptionValueFileSpec.cpp [LLDB] Applying clang-tidy modernize-use-default-member-init over LLDB 2022-03-14 13:32:03 -07:00
OptionValueFileSpecList.cpp [lldb] LLVM_FALLTHROUGH => [[fallthrough]]. NFC 2022-08-08 11:31:49 -07:00
OptionValueFormat.cpp Add SBDebugger::GetSetting() public APIs 2022-09-11 20:50:03 -07:00
OptionValueFormatEntity.cpp Add SBDebugger::GetSetting() public APIs 2022-09-11 20:50:03 -07:00
OptionValueLanguage.cpp Add SBDebugger::GetSetting() public APIs 2022-09-11 20:50:03 -07:00
OptionValuePathMappings.cpp Add SBDebugger::GetSetting() public APIs 2022-09-11 20:50:03 -07:00
OptionValueProperties.cpp [lldb] Fix that empty target.run-args are not actually used when launching process 2022-11-18 16:48:56 +01:00
OptionValueRegex.cpp
OptionValueSInt64.cpp [lldb] Convert misc. StringConvert uses 2021-09-25 14:19:19 +02:00
OptionValueString.cpp
OptionValueUInt64.cpp [lldb] Convert misc. StringConvert uses 2021-09-25 14:19:19 +02:00
OptionValueUUID.cpp
Options.cpp Revert "Revert "Be more careful to maintain quoting information when parsing commands."" 2022-09-14 14:49:51 -07:00
Property.cpp [lldb] Add setting to override PE/COFF ABI by module name 2022-06-22 17:16:06 +03:00
ScriptInterpreter.cpp [lldb] Use std::nullopt instead of None (NFC) 2022-12-04 16:51:25 -08:00
embedded_interpreter.py Fix `script -lpython` to handle control flow in one-line commands. 2022-06-15 22:20:48 -07:00