This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 7ec21c24c Add back lldb-framework-headers target new f4a9eebc5 Narrow the CompletionRequest API to being append-only.
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/Utility/CompletionRequest.h | 35 +++++++++++-- source/Commands/CommandCompletions.cpp | 60 ++++++++++++--------- source/Commands/CommandObjectCommands.cpp | 4 +- source/Commands/CommandObjectFrame.cpp | 2 +- source/Commands/CommandObjectMultiword.cpp | 26 ++++----- source/Commands/CommandObjectPlatform.cpp | 6 +-- source/Commands/CommandObjectPlugin.cpp | 2 +- source/Commands/CommandObjectProcess.cpp | 6 +-- source/Commands/CommandObjectSettings.cpp | 18 +++---- source/Commands/CommandObjectTarget.cpp | 10 ++-- source/Core/FormatEntity.cpp | 23 ++++---- source/Core/IOHandler.cpp | 4 +- source/Interpreter/CommandInterpreter.cpp | 22 ++++---- source/Interpreter/CommandObject.cpp | 3 +- source/Interpreter/CommandObjectRegexCommand.cpp | 3 +- source/Interpreter/OptionValue.cpp | 3 +- source/Interpreter/OptionValueArch.cpp | 3 +- source/Interpreter/OptionValueBoolean.cpp | 5 +- source/Interpreter/OptionValueEnumeration.cpp | 8 ++- source/Interpreter/OptionValueFileSpec.cpp | 3 +- source/Interpreter/OptionValueUUID.cpp | 5 +- source/Interpreter/Options.cpp | 22 +++----- source/Symbol/Variable.cpp | 6 ++- source/Utility/ArchSpec.cpp | 8 +-- source/Utility/CompletionRequest.cpp | 1 + unittests/Utility/CompletionRequestTest.cpp | 67 +++++++++++++++++++++++- 26 files changed, 225 insertions(+), 130 deletions(-)