summaryrefslogtreecommitdiff
path: root/include/llvm/Support/circular_raw_ostream.h
Commit message (Expand)AuthorAge
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-07
* [C++11] Remove 'virtual' keyword from methods marked with 'override' keyword.Craig Topper2014-03-10
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* Use empty parens for empty function parameter list instead of '(void)'.Dmitri Gribenko2012-11-15
* Add LLVM_OVERRIDE to methods that override their base classes.Craig Topper2012-09-23
* Add circular_raw_ostream, which buffers its output in a circular queueDavid Greene2009-12-23