[Lldb-commits] [PATCH] D50676: Remove manual byte counting from Highlighter code.

2018-08-14 Thread Raphael Isemann via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rLLDB339695: Remove manual byte counting from Highlighter code. (authored by teemperor, committed by ). Repository: rLLDB LLDB https://reviews.llvm.org/D50676 Files: include/lldb/Core/Highlighter.h

[Lldb-commits] [PATCH] D50676: Remove manual byte counting from Highlighter code.

2018-08-14 Thread Pavel Labath via Phabricator via lldb-commits
labath accepted this revision. labath added a comment. This revision is now accepted and ready to land. cool Repository: rLLDB LLDB https://reviews.llvm.org/D50676 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cg

[Lldb-commits] [PATCH] D50676: Remove manual byte counting from Highlighter code.

2018-08-13 Thread Raphael Isemann via Phabricator via lldb-commits
teemperor created this revision. This removes the manual byte counting mechanism from the syntax highlighting code. This is no longer necessary as the Stream class now has built-in support for automatically counting the bytes that were written to it so far. The advantage of automatic byte counti