[llvm-commits] [release_18] CVS: llvm/docs/CFEBuildInstrs.html CodingStandards.html CommandLine.html GettingStarted.html
Jim Laskey
jlaskey at apple.com
Tue Aug 1 11:22:12 PDT 2006
Changes in directory llvm/docs:
CFEBuildInstrs.html updated: 1.58 -> 1.58.2.1
CodingStandards.html updated: 1.28 -> 1.28.2.1
CommandLine.html updated: 1.41 -> 1.41.2.1
GettingStarted.html updated: 1.136.2.5 -> 1.136.2.6
---
Log message:
Transfer doc changes to 1.8 release.
---
Diffs of the changes: (+11 -10)
CFEBuildInstrs.html | 5 +++--
CodingStandards.html | 4 ++--
CommandLine.html | 4 ++--
GettingStarted.html | 8 ++++----
4 files changed, 11 insertions(+), 10 deletions(-)
Index: llvm/docs/CFEBuildInstrs.html
diff -u llvm/docs/CFEBuildInstrs.html:1.58 llvm/docs/CFEBuildInstrs.html:1.58.2.1
--- llvm/docs/CFEBuildInstrs.html:1.58 Tue Jul 11 15:47:00 2006
+++ llvm/docs/CFEBuildInstrs.html Tue Aug 1 13:21:58 2006
@@ -117,7 +117,8 @@
a read-only mirror using subversion. To check out the code the first time use:
</p>
-<tt>svn co svn://anonsvn.opensource.apple.com/svn/llvm <i>dst-directory</i></tt>
+<tt>svn co svn://anonsvn.opensource.apple.com/svn/llvm/trunk
+<i>dst-directory</i></tt>
<p>After that, the code can be be updated in the destination directory using;
</p>
@@ -356,7 +357,7 @@
Brian Gaeke<br>
<a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2006/07/11 20:47:00 $
+ Last modified: $Date: 2006/08/01 18:21:58 $
</address>
</body>
Index: llvm/docs/CodingStandards.html
diff -u llvm/docs/CodingStandards.html:1.28 llvm/docs/CodingStandards.html:1.28.2.1
--- llvm/docs/CodingStandards.html:1.28 Wed Jul 26 23:24:14 2006
+++ llvm/docs/CodingStandards.html Tue Aug 1 13:21:58 2006
@@ -161,7 +161,7 @@
<b>Class overviews</b>
-<p>Classes are one fundemental part of a good object oriented design. As such,
+<p>Classes are one fundamental part of a good object oriented design. As such,
a class definition should have a comment block that explains what the class is
used for... if it's not obvious. If it's so completely obvious your grandma
could figure it out, it's probably safe to leave it out. Naming classes
@@ -672,7 +672,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: 2006/07/27 04:24:14 $
+ Last modified: $Date: 2006/08/01 18:21:58 $
</address>
</body>
Index: llvm/docs/CommandLine.html
diff -u llvm/docs/CommandLine.html:1.41 llvm/docs/CommandLine.html:1.41.2.1
--- llvm/docs/CommandLine.html:1.41 Mon Jun 5 12:30:16 2006
+++ llvm/docs/CommandLine.html Tue Aug 1 13:21:58 2006
@@ -1763,7 +1763,7 @@
<p>This approach has the advantage that users of your custom data type will
automatically use your custom parser whenever they define an option with a value
type of your data type. The disadvantage of this approach is that it doesn't
-work if your fundemental data type is something that is already supported.</p>
+work if your fundamental data type is something that is already supported.</p>
</li>
@@ -1923,7 +1923,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: 2006/06/05 17:30:16 $
+ Last modified: $Date: 2006/08/01 18:21:58 $
</address>
</body>
Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.136.2.5 llvm/docs/GettingStarted.html:1.136.2.6
--- llvm/docs/GettingStarted.html:1.136.2.5 Thu Jul 27 02:26:00 2006
+++ llvm/docs/GettingStarted.html Tue Aug 1 13:21:58 2006
@@ -647,9 +647,9 @@
<dd>Binary release of the llvm-gcc4 front end for MacOS X/X86.<br/></dd>
</dl>
-<p>It is also possible to download the sources of the llvm-gcc4 front end from
-a read-only subversion mirror at svn://anonsvn.opensource.apple.com/svn/llvm.
-</p>
+<p>It is also possible to download the sources of the llvm-gcc4 front end from a
+read-only subversion mirror at
+svn://anonsvn.opensource.apple.com/svn/llvm/trunk.</p>
</div>
@@ -1595,7 +1595,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.x10sys.com/rspencer/">Reid Spencer</a><br>
<a href="http://llvm.org">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2006/07/27 07:26:00 $
+ Last modified: $Date: 2006/08/01 18:21:58 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list