From 031a7118814c52e91ab2776c7335eedd5f823171 Mon Sep 17 00:00:00 2001
From: Gabor Greif
Date: Thu, 28 Feb 2008 14:59:26 +0000
Subject: [PATCH] Updated clang webpage to hint at "make update". Also changed
"very early" to "early" when talking about the state of clang.
llvm-svn: 47718
---
clang/www/get_started.html | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/clang/www/get_started.html b/clang/www/get_started.html
index 950f449751dc..fee467b71410 100644
--- a/clang/www/get_started.html
+++ b/clang/www/get_started.html
@@ -25,7 +25,7 @@ involved with the clang community.
A word of warning
While this work aims to provide a fully functional C/C++/ObjC front-end, it
-is still very early work and is under heavy development. In particular,
+is still early work 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:
@@ -116,6 +116,9 @@ is:
just like llvm-config
then just build llvm normally as above and clang will build at
the same time
+ Note: you can update your toplevel project and all (possibly unrelated)
+ projects inside it with make update. This will run
+ svn update on all subdirectories related to subversion.
Examples of using clang