Remove byte counting from SourceManager [NFC]
authorRaphael Isemann <teemperor@gmail.com>
Thu, 13 Sep 2018 09:19:40 +0000 (09:19 +0000)
committerRaphael Isemann <teemperor@gmail.com>
Thu, 13 Sep 2018 09:19:40 +0000 (09:19 +0000)
commit7e9649b86fdecf3ddae119a28f93f8a803dc1006
tree2b3b6f6268fc17141414a261c51d14d83c6d22ff
parent4d302f6911f510153a026274b21eb9fb2c260903
Remove byte counting from SourceManager [NFC]

Summary:
Similar to what we did in D50681, we now stop manually byte counting here
in the SourceManager.

Reviewers: #lldb, JDevlieghere

Reviewed By: #lldb, JDevlieghere

Subscribers: JDevlieghere, abidh, lldb-commits

Differential Revision: https://reviews.llvm.org/D50809

llvm-svn: 342121
lldb/source/Core/SourceManager.cpp