[llvm-commits] [llvm] r67505 - /llvm/trunk/docs/CodingStandards.html

Chris Lattner sabre at nondot.org
Sun Mar 22 21:53:35 PDT 2009


Author: lattner
Date: Sun Mar 22 23:53:34 2009
New Revision: 67505

URL: http://llvm.org/viewvc/llvm-project?rev=67505&view=rev
Log:
tt'ify.

Modified:
    llvm/trunk/docs/CodingStandards.html

Modified: llvm/trunk/docs/CodingStandards.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CodingStandards.html?rev=67505&r1=67504&r2=67505&view=diff

==============================================================================
--- llvm/trunk/docs/CodingStandards.html (original)
+++ llvm/trunk/docs/CodingStandards.html Sun Mar 22 23:53:34 2009
@@ -526,8 +526,8 @@
 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>
 





More information about the llvm-commits mailing list