aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-03-23 04:53:34 +0000
committerChris Lattner <sabre@nondot.org>2009-03-23 04:53:34 +0000
commit640e7c6d078a5c5a3843f738f45cad30f56d659f (patch)
treec3fc2f7fc8d4899af288bdf5cc89634756e0fb59
parent4bd3d7e17ccb94b477d77436c9ed4548dd47911b (diff)
tt'ify.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67505 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/CodingStandards.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/CodingStandards.html b/docs/CodingStandards.html
index 0aab5c7b67..b1199778b0 100644
--- a/docs/CodingStandards.html
+++ b/docs/CodingStandards.html
@@ -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>