summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/Support/circular_raw_ostream.h
Commit message (Expand)AuthorAgeFilesLines
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-071-4/+4
* [C++11] Remove 'virtual' keyword from methods marked with 'override' keyword.Craig Topper2014-03-101-2/+2
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-2/+2
* Use empty parens for empty function parameter list instead of '(void)'.Dmitri Gribenko2012-11-151-2/+2
* Add LLVM_OVERRIDE to methods that override their base classes.Craig Topper2012-09-231-2/+2
* Add circular_raw_ostream, which buffers its output in a circular queueDavid Greene2009-12-231-0/+171
OpenPOWER on IntegriCloud