From: Chris Lattner
Date: Mon, 23 Mar 2009 04:53:34 +0000 (+0000)
Subject: tt'ify.
X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=640e7c6d078a5c5a3843f738f45cad30f56d659f;p=oota-llvm.git
tt'ify.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67505 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/CodingStandards.html b/docs/CodingStandards.html
index 0aab5c7b671..b1199778b0f 100644
--- a/docs/CodingStandards.html
+++ b/docs/CodingStandards.html
@@ -526,8 +526,8 @@ example) is allowed normally, it is just <iostream> that is
causing problems.
The preferred replacement for stream functionality is the
-raw_ostream class (for writing to output streams of various sorts) and
-the MemoryBuffer API (for reading in files).
+llvm::raw_ostream class (for writing to output streams of various
+sorts) and the llvm::MemoryBuffer API (for reading in files).