This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 77757f2a4 No longer pass a StringRef to the Python API new d9c498a88 Replaced more boilerplate code with CompletionRequest (NFC)
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/lldb/Core/FormatEntity.h | 5 +- include/lldb/Interpreter/CommandCompletions.h | 83 +++------ include/lldb/Interpreter/OptionValue.h | 5 +- include/lldb/Interpreter/OptionValueArch.h | 5 +- include/lldb/Interpreter/OptionValueBoolean.h | 5 +- include/lldb/Interpreter/OptionValueEnumeration.h | 5 +- include/lldb/Interpreter/OptionValueFileSpec.h | 5 +- include/lldb/Interpreter/OptionValueFormatEntity.h | 5 +- include/lldb/Interpreter/OptionValueUUID.h | 5 +- include/lldb/Interpreter/Options.h | 73 ++------ include/lldb/Symbol/Variable.h | 3 +- include/lldb/Utility/ArchSpec.h | 4 +- include/lldb/Utility/CompletionRequest.h | 48 ++++-- source/Commands/CommandCompletions.cpp | 189 ++++++++------------- source/Commands/CommandObjectCommands.cpp | 19 +-- source/Commands/CommandObjectFrame.cpp | 9 +- source/Commands/CommandObjectPlatform.cpp | 23 +-- source/Commands/CommandObjectPlugin.cpp | 9 +- source/Commands/CommandObjectProcess.cpp | 20 +-- source/Commands/CommandObjectSettings.cpp | 97 ++--------- source/Commands/CommandObjectTarget.cpp | 54 +----- source/Core/FormatEntity.cpp | 30 ++-- source/Core/IOHandler.cpp | 19 +-- source/Interpreter/CommandInterpreter.cpp | 79 ++------- source/Interpreter/CommandObject.cpp | 13 +- source/Interpreter/CommandObjectRegexCommand.cpp | 9 +- source/Interpreter/OptionValue.cpp | 10 +- source/Interpreter/OptionValueArch.cpp | 14 +- source/Interpreter/OptionValueBoolean.cpp | 17 +- source/Interpreter/OptionValueEnumeration.cpp | 20 +-- source/Interpreter/OptionValueFileSpec.cpp | 14 +- source/Interpreter/OptionValueFormatEntity.cpp | 8 +- source/Interpreter/OptionValueUUID.cpp | 15 +- source/Interpreter/Options.cpp | 62 ++++--- source/Symbol/Variable.cpp | 12 +- source/Utility/ArchSpec.cpp | 19 ++- source/Utility/CompletionRequest.cpp | 51 +++++- unittests/Utility/CompletionRequestTest.cpp | 20 ++- 38 files changed, 379 insertions(+), 704 deletions(-)