[cfe-commits] r47718 - /cfe/trunk/www/get_started.html

Gabor Greif ggreif at gmail.com
Thu Feb 28 06:59:26 PST 2008


Author: ggreif
Date: Thu Feb 28 08:59:26 2008
New Revision: 47718

URL: http://llvm.org/viewvc/llvm-project?rev=47718&view=rev
Log:
Updated clang webpage to hint at "make update". Also
changed "very early" to "early" when talking about
the state of clang.

Modified:
    cfe/trunk/www/get_started.html

Modified: cfe/trunk/www/get_started.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/get_started.html?rev=47718&r1=47717&r2=47718&view=diff

==============================================================================
--- cfe/trunk/www/get_started.html (original)
+++ cfe/trunk/www/get_started.html Thu Feb 28 08:59:26 2008
@@ -25,7 +25,7 @@
 <h2>A word of warning</h2>
 
 <p>While this work aims to provide a fully functional C/C++/ObjC front-end, it
-is <em>still very early work</em> and is under heavy development. In particular,
+is <em>still early work</em> and is under heavy development. In particular,
 there is no real C++ support yet (this is obviously a big project), and C/ObjC
 support is still missing some features. Some of the more notable missing pieces
 of C support are:</p>
@@ -116,6 +116,9 @@
         just like <tt>llvm-config</tt></li>
     <li>then just build llvm normally as above and clang will build at
         the same time</li>
+    <li><em>Note:</em> you can update your toplevel project and all (possibly unrelated)
+        projects inside it with <tt><b>make update</b></tt>. This will run
+	<tt>svn update</tt> on all subdirectories related to subversion.</li>
   </ul>
 
 <h3>Examples of using clang</h3>





More information about the cfe-commits mailing list