Raphael Isemann
cad7a46a23
Remove manual byte counting from internal Stream methods.
...
Summary:
This patch removes the manual byte counting in all internal Stream methods.
This is now done by the automatic byte counting provided by calling `GetWrittenBytes()`
before and after writing the data (which is automatically done for us by the `ByteDelta`
utility class).
Reviewers: #lldb, JDevlieghere
Reviewed By: JDevlieghere
Subscribers: JDevlieghere, labath, lldb-commits
Differential Revision: https://reviews.llvm.org/D50681
llvm-svn: 342044
2018-09-12 10:20:41 +00:00
..
2018-09-07 14:45:32 +00:00
2018-07-10 20:17:38 +00:00
2017-04-06 18:12:24 +00:00
2018-08-14 11:32:51 +00:00
2018-07-27 18:42:46 +00:00
2017-06-27 10:33:14 +00:00
2018-08-14 19:38:54 +00:00
2018-04-30 16:49:04 +00:00
2017-12-21 10:54:30 +00:00
2018-04-30 16:49:04 +00:00
2018-06-26 15:12:20 +00:00
2018-01-10 11:57:31 +00:00
2018-08-28 22:17:28 +00:00
2017-06-27 10:33:14 +00:00
2018-04-30 16:49:04 +00:00
2018-09-04 17:19:15 +00:00
2018-07-13 11:49:28 +00:00
2017-10-23 19:41:17 +00:00
2017-02-20 11:35:33 +00:00
2018-01-22 11:27:43 +00:00
2017-11-03 15:22:36 +00:00
2017-11-03 15:22:36 +00:00
2017-04-06 18:12:24 +00:00
2018-08-16 22:48:46 +00:00
2018-04-30 16:49:04 +00:00
2018-09-07 18:22:27 +00:00
2018-06-25 16:10:20 +00:00
2018-04-30 16:49:04 +00:00
2018-08-07 11:07:21 +00:00
2018-05-29 09:10:46 +00:00
2018-09-12 10:20:41 +00:00
2017-04-06 18:12:24 +00:00
2017-04-06 18:12:24 +00:00
2018-08-02 16:38:34 +00:00
2018-04-30 16:49:04 +00:00
2018-04-30 16:49:04 +00:00
2017-04-19 18:18:25 +00:00
2017-04-06 18:12:24 +00:00
2018-04-30 16:49:04 +00:00
2018-04-10 13:33:45 +00:00
2017-06-29 14:32:17 +00:00
2017-11-02 21:35:26 +00:00
2017-03-06 18:34:25 +00:00
2018-06-29 11:20:29 +00:00
2013-04-17 19:24:22 +00:00
2018-04-30 16:49:04 +00:00
2018-08-04 02:15:26 +00:00