Add raw_null_ostream and llvm::nulls(), a raw_ostream that discards output.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 16 Jul 2009 21:17:53 +0000 (21:17 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 16 Jul 2009 21:17:53 +0000 (21:17 +0000)
commit34ccf037fea3d83dcb18f72496775ec4c7dcd3d3
tree4f75f7867037c4f79ccc87b69abeee324a26f445
parent32360a7e21a4454aa7014992213823fb4319905a
Add raw_null_ostream and llvm::nulls(), a raw_ostream that discards output.
 - No functionality change.

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