[Lldb-commits] [PATCH] D50681: Remove manual byte counting from internal Stream methods.

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 14 14:58:30 PDT 2018


teemperor updated this revision to Diff 160697.
teemperor added a comment.

- Made ByteDelta public.
- Minor fixes.

@labath It sounds reasonable to make ByteDelta public. It certainly improves the byte-counting code outside of Stream, even though it hopefully doesn't encourage anyone to do even more byte-counting in LLDB. (Also thanks for reviewing!)


https://reviews.llvm.org/D50681

Files:
  include/lldb/Utility/Stream.h
  source/Utility/Stream.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50681.160697.patch
Type: text/x-patch
Size: 7362 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180814/1cc962c4/attachment-0001.bin>


More information about the lldb-commits mailing list