Have raw_fd_ostream keep track of the position in the file to make tell() go faster...
authorTed Kremenek <kremenek@apple.com>
Thu, 4 Dec 2008 22:51:11 +0000 (22:51 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 4 Dec 2008 22:51:11 +0000 (22:51 +0000)
commitd75ba1c3573d3d5146d0abe8cb376dca94be94d5
treed2f045344a0b9494765f500cedc90e8d779c13ee
parent4d6e2331c329fe6d2b80f61b0c49f55f73e4f8e5
Have raw_fd_ostream keep track of the position in the file to make tell() go faster by not requiring a flush().

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60560 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/raw_ostream.h
lib/Support/raw_ostream.cpp