aboutsummaryrefslogtreecommitdiff
path: root/docs/CodingStandards.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/CodingStandards.html')
-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>