summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Streams.cpp
Commit message (Collapse)AuthorAgeFilesLines
* llvm/Support/Streams.h is now dead, zap it.Chris Lattner2009-08-231-30/+0
| | | | llvm-svn: 79865
* Remove more iostream header includes. Needed to implement a "FlushStream"Bill Wendling2008-05-291-0/+9
| | | | | | function to flush a specified std::ostream. llvm-svn: 51705
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
| | | | llvm-svn: 45418
* The previous implementation of LLVM Streams wasn't removing symbols. ThisBill Wendling2007-01-031-1/+0
| | | | | | one should. llvm-svn: 32845
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-171-1/+1
| | | | | | | rework the hacks that had us passing OStream in. We pass in std::ostream* instead, check for null, and then dispatch to the correct print() method. llvm-svn: 32636
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-3/+4
| | | | | | now cerr, cout, and NullStream resp. llvm-svn: 32298
* Added wrappers for the std::cerr/std::cout objects. The wrappers willBill Wendling2006-11-171-0/+21
soon replace all uses of those objects. llvm-svn: 31817
OpenPOWER on IntegriCloud