This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 537e1e6c9 [Scalar] Commit the correct patch, forgot `git add`. new ba1339a96 NFC: Move Searcher::Depth into lldb-enumerations as SearchDepth.
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/Breakpoint/BreakpointResolverAddress.h | 2 +- include/lldb/Breakpoint/BreakpointResolverFileLine.h | 2 +- .../lldb/Breakpoint/BreakpointResolverFileRegex.h | 2 +- include/lldb/Breakpoint/BreakpointResolverName.h | 2 +- include/lldb/Core/AddressResolverFileLine.h | 2 +- include/lldb/Core/AddressResolverName.h | 2 +- include/lldb/Core/FileLineResolver.h | 2 +- include/lldb/Core/SearchFilter.h | 11 +---------- include/lldb/Interpreter/CommandCompletions.h | 8 ++++---- include/lldb/lldb-enumerations.h | 10 ++++++++++ source/Breakpoint/BreakpointResolverAddress.cpp | 4 ++-- source/Breakpoint/BreakpointResolverFileLine.cpp | 4 ++-- source/Breakpoint/BreakpointResolverFileRegex.cpp | 4 ++-- source/Breakpoint/BreakpointResolverName.cpp | 4 ++-- source/Commands/CommandCompletions.cpp | 12 ++++++------ source/Core/AddressResolverFileLine.cpp | 4 ++-- source/Core/AddressResolverName.cpp | 4 ++-- source/Core/FileLineResolver.cpp | 4 ++-- source/Core/SearchFilter.cpp | 20 ++++++++++---------- .../RenderScriptRuntime/RenderScriptRuntime.h | 6 +++--- source/Target/LanguageRuntime.cpp | 4 ++-- 21 files changed, 57 insertions(+), 56 deletions(-)