[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