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:[EMAIL PROTECTED]">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> _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits