Add 'tell' method to raw_fd_ostream that clients can use to query the current locatio...
authorTed Kremenek <kremenek@apple.com>
Wed, 26 Nov 2008 03:33:13 +0000 (03:33 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 26 Nov 2008 03:33:13 +0000 (03:33 +0000)
commit5984680c1fe7ad98381154c26f9c009e4c91b08c
treedfa90135469f3e70d5f69b832423d0d0c941f373
parent896617b776e7b015346160645b19be776cbe3805
Add 'tell' method to raw_fd_ostream that clients can use to query the current location in the file the stream is writing to.

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