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