History log of /external/llvm/unittests/Support/formatted_raw_ostream_test.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5a88dda4be791426ab4d20a6a6c9c65d66614a27 04-Dec-2012 Chandler Carruth <chandlerc@gmail.com> Sort the #include lines for unittest/...

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169250 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/Support/formatted_raw_ostream_test.cpp
10097bd023acd750cff72a9f422608fce2ad81dd 15-Sep-2012 Daniel Dunbar <daniel@zuster.org> formatted_raw_ostream: Fix a serious bug in tell().
- The current_pos function is supposed to return all the written bytes, not the
current position of the underlying stream.
- This caused tell() to be broken whenever the underlying stream had buffered
content.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163948 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/Support/formatted_raw_ostream_test.cpp