Changes in directory llvm/docs:

CodingStandards.html updated: 1.33 -> 1.34
---
Log message:

Removed reference to "cnull" because typical users shouldn't need to use
it.


---
Diffs of the changes:  (+1 -7)

 CodingStandards.html |    8 +-------
 1 files changed, 1 insertion(+), 7 deletions(-)


Index: llvm/docs/CodingStandards.html
diff -u llvm/docs/CodingStandards.html:1.33 llvm/docs/CodingStandards.html:1.34
--- llvm/docs/CodingStandards.html:1.33 Sun Dec 17 05:40:40 2006
+++ llvm/docs/CodingStandards.html      Thu Jan  4 02:38:04 2007
@@ -538,12 +538,6 @@
       <td align="left"><pre>llvm::cin &gt;&gt; Var;</pre></td>
     </tr>
     <tr>
-      <td align="left"><em>N/A</em></td>
-      <td align="left"><pre>llvm::cnull &gt;&gt; Var;</pre>
-        <ul><i>N.B.</i> Eats up argument <tt>Var</tt> outputting
-            nothing.</ul></td>
-    </tr>
-    <tr>
       <td align="left"><pre>std::ostream</pre></td>
       <td align="left"><pre>llvm::OStream</pre></td>
     </tr>
@@ -765,7 +759,7 @@
 
   <a href="mailto:[EMAIL PROTECTED]">Chris Lattner</a><br>
   <a href="http://llvm.org";>LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2006/12/17 11:40:40 $
+  Last modified: $Date: 2007/01/04 08:38:04 $
 </address>
 
 </body>



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to