[llvm-commits] CVS: llvm/docs/CodingStandards.html

Chris Lattner sabre at nondot.org
Sat Feb 10 10:35:47 PST 2007



Changes in directory llvm/docs:

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

fix a grammar ambiguity noticed by Duncan


---
Diffs of the changes:  (+3 -2)

 CodingStandards.html |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


Index: llvm/docs/CodingStandards.html
diff -u llvm/docs/CodingStandards.html:1.34 llvm/docs/CodingStandards.html:1.35
--- llvm/docs/CodingStandards.html:1.34	Thu Jan  4 02:38:04 2007
+++ llvm/docs/CodingStandards.html	Sat Feb 10 12:35:31 2007
@@ -456,7 +456,8 @@
 <tt>#include</tt>'ing speeds up compilation.</p>
 
 <p>It is easy to try to go too overboard on this recommendation, however.  You
-<b>must</b> include all of the header files that you are using, either directly
+<b>must</b> include all of the header files that you are using -- you can 
+include them either directly
 or indirectly (through another header file).  To make sure that you don't
 accidently forget to include a header file in your module header, make sure to
 include your module header <b>first</b> in the implementation file (as mentioned
@@ -759,7 +760,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2007/01/04 08:38:04 $
+  Last modified: $Date: 2007/02/10 18:35:31 $
 </address>
 
 </body>






More information about the llvm-commits mailing list