diff options
| author | Chris Lattner <sabre@nondot.org> | 2009-03-23 04:53:34 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2009-03-23 04:53:34 +0000 |
| commit | 57be315d364b20d3a09e7f52de31fff3e42bc82a (patch) | |
| tree | 91cdab8c62491f7c9e16f89ee4f861259cf450e7 /llvm/docs/CodingStandards.html | |
| parent | 30bc97259643e474bd6d19b2ef74c3960c840a7d (diff) | |
| download | bcm5719-llvm-57be315d364b20d3a09e7f52de31fff3e42bc82a.tar.gz bcm5719-llvm-57be315d364b20d3a09e7f52de31fff3e42bc82a.zip | |
tt'ify.
llvm-svn: 67505
Diffstat (limited to 'llvm/docs/CodingStandards.html')
| -rw-r--r-- | llvm/docs/CodingStandards.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CodingStandards.html b/llvm/docs/CodingStandards.html index 0aab5c7b671..b1199778b0f 100644 --- a/llvm/docs/CodingStandards.html +++ b/llvm/docs/CodingStandards.html @@ -526,8 +526,8 @@ example) is allowed normally, it is just <tt><iostream></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> |

