summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/raw_os_ostream.cpp
Commit message (Collapse)AuthorAgeFilesLines
* split raw_os_ostream out to its own header and implementation file. ThisChris Lattner2009-08-241-0/+30
means that raw_ostream no longer has to #include <iosfwd>. Nothing in llvm should use raw_os_ostream.h, but llvm-gcc and some unit tests do. llvm-svn: 79886
OpenPOWER on IntegriCloud