This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 997b51eef [lldb] Fix typo on the BreakpointLocation header and the lldb [...] new 600c0ddb5 [lldb] D66174 `RegularExpression` cleanup new 9c0342686 [lldb][NFC] Test quotes when completing
The 2 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/Interpreter/OptionValueRegex.h | 2 +- include/lldb/Utility/RegularExpression.h | 29 ++++++++------------ .../functionalities/completion/TestCompletion.py | 26 ++++++++++++++++++ source/Breakpoint/BreakpointResolverName.cpp | 3 +- source/Commands/CommandCompletions.cpp | 2 +- source/Commands/CommandObjectFrame.cpp | 2 +- source/Commands/CommandObjectType.cpp | 32 ++++++++++++---------- source/Core/AddressResolverName.cpp | 3 +- source/Interpreter/CommandObjectRegexCommand.cpp | 5 ++-- source/Interpreter/OptionValueRegex.cpp | 3 +- .../ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp | 6 ++-- .../RenderScriptRuntime/RenderScriptRuntime.cpp | 17 +++--------- .../Process/gdb-remote/GDBRemoteCommunication.cpp | 5 ++-- source/Target/ThreadPlanStepInRange.cpp | 6 ++-- source/Utility/RegularExpression.cpp | 17 +++++------- 15 files changed, 87 insertions(+), 71 deletions(-)