This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 395aec9 [test] Fix finding LLDB tools when building stand-alone new 0269b66 Fix a couple of corner cases in NameMatches
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/Target/Process.h | 11 ++-- include/lldb/Utility/NameMatches.h | 14 ++++-- include/lldb/lldb-private-enumerations.h | 13 ----- source/Commands/CommandObjectPlatform.cpp | 24 ++++----- source/Commands/CommandObjectProcess.cpp | 2 +- source/Core/ArchSpec.cpp | 2 +- .../gdb-remote/GDBRemoteCommunicationClient.cpp | 14 +++--- .../GDBRemoteCommunicationServerCommon.cpp | 17 +++---- source/Target/Process.cpp | 8 +-- source/Utility/NameMatches.cpp | 25 +++------- source/Utility/RegularExpression.cpp | 12 ++--- unittests/Utility/CMakeLists.txt | 1 + unittests/Utility/NameMatchesTest.cpp | 58 ++++++++++++++++++++++ 13 files changed, 121 insertions(+), 80 deletions(-) create mode 100644 unittests/Utility/NameMatchesTest.cpp