This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from bdc04890f Added initial code completion support for the `expr` command new 71423a6d9 Move Predicate.h from Host to Utility
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/Event.h | 2 +- include/lldb/Core/IOHandler.h | 2 +- include/lldb/Host/Editline.h | 2 +- include/lldb/Host/Socket.h | 2 +- include/lldb/Host/posix/ConnectionFileDescriptorPosix.h | 2 +- include/lldb/{Host => Utility}/Predicate.h | 8 ++++---- include/lldb/module.modulemap | 1 - source/Core/IOHandler.cpp | 2 +- source/Host/common/Host.cpp | 2 +- source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.h | 2 +- source/Plugins/Process/Windows/Common/DebuggerThread.cpp | 2 +- source/Plugins/Process/Windows/Common/DebuggerThread.h | 2 +- source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h | 2 +- unittests/Core/BroadcasterTest.cpp | 2 +- unittests/Host/CMakeLists.txt | 1 - unittests/Utility/CMakeLists.txt | 1 + unittests/{Host => Utility}/PredicateTest.cpp | 2 +- 17 files changed, 18 insertions(+), 19 deletions(-) rename include/lldb/{Host => Utility}/Predicate.h (97%) rename unittests/{Host => Utility}/PredicateTest.cpp (96%)