This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 2f3f42c2d Move ClangHighlighter.cpp to hopefully better place in Xcode [...] new 003d39feb Add byte counting mechanism to LLDB's Stream class.
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/StreamAsynchronousIO.h | 3 +- include/lldb/Core/StreamBuffer.h | 12 ++-- include/lldb/Core/StreamFile.h | 2 +- include/lldb/Utility/Stream.h | 25 +++++++- include/lldb/Utility/StreamString.h | 3 +- include/lldb/Utility/StreamTee.h | 46 +++++++------- source/Core/StreamAsynchronousIO.cpp | 2 +- source/Core/StreamFile.cpp | 2 +- source/Utility/StreamString.cpp | 7 ++- unittests/Utility/StreamTeeTest.cpp | 4 +- unittests/Utility/StreamTest.cpp | 101 +++++++++++++++++++++++++++++++ 11 files changed, 168 insertions(+), 39 deletions(-)