aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/circular_raw_ostream.cpp
AgeCommit message (Collapse)Author
2010-04-09clean this up, fix std::min ambiguity on some platforms.Chris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100894 91177308-0d34-0410-b5e6-96231b3b80d8
2009-12-23Add circular_raw_ostream, which buffers its output in a circular queueDavid Greene
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92001 91177308-0d34-0410-b5e6-96231b3b80d8