[Lldb-commits] [PATCH] D50809: Remove byte counting from SourceManager [NFC]

2018-09-13 Thread Raphael Isemann via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL342121: Remove byte counting from SourceManager [NFC] (authored by teemperor, committed by ). Herald added a subscriber: llvm-commits. Changed prior to commit: https://reviews.llvm.org/D50809?vs=165225&

[Lldb-commits] [PATCH] D50809: Remove byte counting from SourceManager [NFC]

2018-09-13 Thread Raphael Isemann via Phabricator via lldb-commits
teemperor updated this revision to Diff 165225. teemperor added a comment. - Fixed conflicts before merging. https://reviews.llvm.org/D50809 Files: source/Core/SourceManager.cpp Index: source/Core/SourceManager.cpp === --- sour

[Lldb-commits] [PATCH] D50809: Remove byte counting from SourceManager

2018-09-11 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere accepted this revision. JDevlieghere added a comment. This revision is now accepted and ready to land. Maybe mention that this is NFC in the commit msg? Otherwise this LGTM. Repository: rLLDB LLDB https://reviews.llvm.org/D50809 ___