BumpPtrAllocator: do the size check without moving any pointers
[oota-llvm.git] / include / llvm / Support / circular_raw_ostream.h
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2014-03-10 Craig Topper[C++11] Remove 'virtual' keyword from methods marked...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2012-11-15 Dmitri GribenkoUse empty parens for empty function parameter list...
2012-09-23 Craig TopperAdd LLVM_OVERRIDE to methods that override their base...
2009-12-23 David GreeneAdd circular_raw_ostream, which buffers its output...