Move raw_ostream's Error flag into raw_fd_ostream, as that's the only
authorDan Gohman <gohman@apple.com>
Fri, 20 Aug 2010 16:34:20 +0000 (16:34 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 20 Aug 2010 16:34:20 +0000 (16:34 +0000)
commit8df0e010469db2db5c641a50d9cfa74a5ffe68ea
treec539738e03c6c6735ed78d522e39b5bd75897126
parent634d6619655f96628457d4b7126cd3a398f77631
Move raw_ostream's Error flag into raw_fd_ostream, as that's the only
class which is using it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111639 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/raw_ostream.h
lib/Support/raw_ostream.cpp