summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/circular_raw_ostream.cpp
Commit message (Collapse)AuthorAgeFilesLines
* clean this up, fix std::min ambiguity on some platforms.Chris Lattner2010-04-091-7/+5
| | | | llvm-svn: 100894
* Add circular_raw_ostream, which buffers its output in a circular queueDavid Greene2009-12-231-0/+47
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
OpenPOWER on IntegriCloud