tt'ify.
authorChris Lattner <sabre@nondot.org>
Mon, 23 Mar 2009 04:53:34 +0000 (04:53 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 23 Mar 2009 04:53:34 +0000 (04:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67505 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CodingStandards.html

index 0aab5c7b671e74f3d51cf508ed06277601405fa8..b1199778b0f23ebe82da772ed94b02ee45d74cb1 100644 (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>