- Apr 09, 2010
-
-
Chris Lattner authored
llvm-svn: 100894
-
- Dec 23, 2009
-
-
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
-