This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 87c60e784 [lldb][NFC] Allow for-ranges on StringList new 75889a19f [Utility] Reimplement RegularExpression on top of llvm::Regex
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: .../lldb/Breakpoint/BreakpointResolverFileRegex.h | 2 +- include/lldb/Breakpoint/BreakpointResolverName.h | 2 +- include/lldb/Core/AddressResolverName.h | 2 +- include/lldb/Interpreter/OptionValueRegex.h | 4 +- include/lldb/Utility/RegularExpression.h | 139 ++++--------------- source/Breakpoint/BreakpointResolverFileRegex.cpp | 9 +- source/Breakpoint/BreakpointResolverName.cpp | 4 +- source/Commands/CommandObjectBreakpoint.cpp | 12 +- source/Commands/CommandObjectFrame.cpp | 6 +- source/Core/AddressResolverName.cpp | 4 +- source/Core/Disassembler.cpp | 25 ++-- source/Host/common/Socket.cpp | 36 +++-- source/Interpreter/CommandObject.cpp | 2 +- source/Interpreter/CommandObjectRegexCommand.cpp | 9 +- source/Interpreter/OptionArgParser.cpp | 36 ++--- source/Interpreter/OptionValueRegex.cpp | 9 +- .../Disassembler/llvm/DisassemblerLLVMC.cpp | 7 +- .../RenderScriptRuntime/RenderScriptRuntime.cpp | 18 +-- .../Process/Utility/DynamicRegisterInfo.cpp | 113 ++++++++-------- .../DarwinLog/StructuredDataDarwinLog.cpp | 7 +- source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp | 20 ++- source/Symbol/ObjectFile.cpp | 17 +-- source/Symbol/Variable.cpp | 12 +- source/Target/ThreadPlanStepInRange.cpp | 29 ++-- source/Utility/RegularExpression.cpp | 147 +++------------------ unittests/Utility/CMakeLists.txt | 3 +- unittests/Utility/NameMatchesTest.cpp | 4 +- unittests/Utility/RegularExpressionTest.cpp | 65 +++++++++ 28 files changed, 275 insertions(+), 468 deletions(-) create mode 100644 unittests/Utility/RegularExpressionTest.cpp