Skip to content
  1. Apr 09, 2010
  2. Dec 23, 2009
    • David Greene's avatar
      · 7ffbb50e
      David Greene authored
      Add circular_raw_ostream, which buffers its output in a circular queue
      and outputs it when explicitly flushed.  The intent is to use it in
      situations such as debug output logging where a signal handler can take
      care of flushing the buffer at program termination.
      
      llvm-svn: 92001
      7ffbb50e
Loading