This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 98e5b01 Fixup the xfail situation on Windows. new 054b31c Convert CommandObject constructors to StringRef. new 462fdd8 Update some command aliasing functions to use StringRef. new d947d95 Convert some more aliasing and CI functions to StringRef.
The 3 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/Stream.h | 1 + include/lldb/Interpreter/Args.h | 10 +- include/lldb/Interpreter/CommandAlias.h | 14 +- include/lldb/Interpreter/CommandInterpreter.h | 51 +++--- include/lldb/Interpreter/CommandObject.h | 17 +- .../lldb/Interpreter/CommandObjectRegexCommand.h | 5 +- source/API/SBCommandInterpreter.cpp | 4 +- source/Commands/CommandObjectArgs.cpp | 1 - source/Commands/CommandObjectCommands.cpp | 42 +++-- source/Commands/CommandObjectExpression.cpp | 2 +- source/Commands/CommandObjectHelp.cpp | 4 +- source/Commands/CommandObjectMultiword.cpp | 2 +- source/Commands/CommandObjectSettings.cpp | 18 +-- source/Commands/CommandObjectSource.cpp | 4 +- source/Commands/CommandObjectSyntax.cpp | 2 +- source/Commands/CommandObjectType.cpp | 2 +- source/Commands/CommandObjectWatchpoint.cpp | 2 +- source/Core/Stream.cpp | 4 + source/Expression/REPL.cpp | 2 +- source/Interpreter/Args.cpp | 29 ++-- source/Interpreter/CommandAlias.cpp | 28 ++-- source/Interpreter/CommandInterpreter.cpp | 174 ++++++++++----------- source/Interpreter/CommandObject.cpp | 17 +- source/Interpreter/CommandObjectRegexCommand.cpp | 4 +- source/Interpreter/Options.cpp | 2 +- .../Process/gdb-remote/ProcessGDBRemote.cpp | 3 +- .../DarwinLog/StructuredDataDarwinLog.cpp | 2 +- source/Target/LanguageRuntime.cpp | 10 +- 28 files changed, 215 insertions(+), 241 deletions(-)