]> granicus.if.org Git - clang/commitdiff
Updated clang webpage to hint at "make update". Also
authorGabor Greif <ggreif@gmail.com>
Thu, 28 Feb 2008 14:59:26 +0000 (14:59 +0000)
committerGabor Greif <ggreif@gmail.com>
Thu, 28 Feb 2008 14:59:26 +0000 (14:59 +0000)
changed "very early" to "early" when talking about
the state of clang.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@47718 91177308-0d34-0410-b5e6-96231b3b80d8

www/get_started.html

index 950f449751dc0879c37427265b5a711a821d30fc..fee467b7141042da5dd08665e7c5e9536e26a527 100644 (file)
@@ -25,7 +25,7 @@ involved</a> with the clang community.</p>
 <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 @@ is:</p>
         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>