summaryrefslogtreecommitdiff
path: root/include/llvm/Support/raw_os_ostream.h
Commit message (Expand)AuthorAge
* [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
* Add LLVM_OVERRIDE to methods that override their base classes.Craig Topper2012-09-23
* Make some methods const. The only interesting change here is thatChris Lattner2009-12-19
* split raw_os_ostream out to its own header and implementation file. ThisChris Lattner2009-08-24