From 9c63ed58cf34dbc7c3ba8379effbac945c3ceb25 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@47718 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/get_started.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/www/get_started.html b/www/get_started.html index 950f449751..fee467b714 100644 --- a/www/get_started.html +++ b/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

    -- 2.40.0