diff options
author | Raphael Isemann <teemperor@gmail.com> | 2018-08-14 17:12:54 +0000 |
---|---|---|
committer | Raphael Isemann <teemperor@gmail.com> | 2018-08-14 17:12:54 +0000 |
commit | 2d437f6b026c4f8ccb6e1daac412dd788e76b25a (patch) | |
tree | 5f4767bffbfaa0c8f26615160b88807f8a214327 /llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp | |
parent | 148c44547567bc2410e8adf3d31e7eefa62f7051 (diff) | |
download | bcm5719-llvm-2d437f6b026c4f8ccb6e1daac412dd788e76b25a.tar.gz bcm5719-llvm-2d437f6b026c4f8ccb6e1daac412dd788e76b25a.zip |
Remove manual byte counting from Highlighter code.
Summary:
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 counting via Stream is that it is less error-prone
than the manual version and we need to write less boilerplate code.
Reviewers: labath
Reviewed By: labath
Subscribers: labath, lldb-commits
Differential Revision: https://reviews.llvm.org/D50676
llvm-svn: 339695
Diffstat (limited to 'llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp')
0 files changed, 0 insertions, 0 deletions