Daniel Dunbar cf2a2c6a26 raw_ostream: Lift out flush_nonempty.
- Flush a known non-empty buffers; enforces the interface to
   flush_impl and kills off HandleFlush (which I saw no reason to be
   an inline method, Chris?).

 - Clarify invariant that flush_impl is only called with OutBufCur >
   OutBufStart.

 - This also cleary collects all places where we have to deal with the
   buffer possibly not existing.

 - A few more comments and fixing the unbuffered behavior remain in
   this commit sequence.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67057 91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-16 22:55:06 +00:00
..
2009-03-12 01:16:06 +00:00
2009-03-13 04:39:26 +00:00
2009-02-20 23:04:06 +00:00
2009-03-07 20:18:46 +00:00
2009-03-09 06:16:46 +00:00
2009-02-14 08:41:25 +00:00
2009-02-09 17:11:05 +00:00
2009-03-04 21:53:29 +00:00