This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 5f20ace Rewrite OutputFormattedHelpText in terms of StringRef. new 6b8dd65 Convert some Expression parser functions to StringRef.
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/RegularExpression.h | 8 +- include/lldb/Expression/ExpressionVariable.h | 23 ++- include/lldb/Expression/LLVMUserExpression.h | 4 +- include/lldb/Expression/UserExpression.h | 6 +- include/lldb/Interpreter/Args.h | 5 +- include/lldb/Symbol/ClangASTContext.h | 2 +- include/lldb/Symbol/GoASTContext.h | 2 +- include/lldb/Symbol/TypeSystem.h | 2 +- include/lldb/Target/Target.h | 4 +- source/Breakpoint/BreakpointLocation.cpp | 2 +- source/Breakpoint/Watchpoint.cpp | 2 +- source/Core/RegularExpression.cpp | 15 +- source/Expression/LLVMUserExpression.cpp | 7 +- source/Expression/UserExpression.cpp | 28 ++-- source/Interpreter/Args.cpp | 180 +++++++++++---------- .../ExpressionParser/Clang/ClangUserExpression.cpp | 8 +- .../ExpressionParser/Clang/ClangUserExpression.h | 4 +- .../ExpressionParser/Go/GoUserExpression.cpp | 6 +- .../Plugins/ExpressionParser/Go/GoUserExpression.h | 4 +- source/Symbol/ClangASTContext.cpp | 4 +- source/Symbol/GoASTContext.cpp | 6 +- source/Target/StopInfo.cpp | 11 +- source/Target/Target.cpp | 20 +-- 23 files changed, 176 insertions(+), 177 deletions(-)