git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67505 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2009-03-23 04:53:34 +00:00
parent 4bd3d7e17c
commit 640e7c6d07

View File

@ -526,8 +526,8 @@ example) is allowed normally, it is just <tt>&lt;iostream&gt;</tt> that is
causing problems.</p>
<p>The preferred replacement for stream functionality is the
<tt>raw_ostream</tt> class (for writing to output streams of various sorts) and
the MemoryBuffer API (for reading in files).</p>
<tt>llvm::raw_ostream</tt> class (for writing to output streams of various
sorts) and the <tt>llvm::MemoryBuffer</tt> API (for reading in files).</p>
</div>