From 36f0935143a2b16e29675361f074f9ed5c3fc1de Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 6 Oct 2007 05:13:47 +0000 Subject: [PATCH] add a warning. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42679 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/index.html b/www/index.html index 255c60828a..c2db94a392 100644 --- a/www/index.html +++ b/www/index.html @@ -41,7 +41,7 @@ Of course this is only a rough outline of the goals and features of Clang. To get a true sense of what the new LLVM front-end is all about, as well as why you might want to considering using it, see the Features section.

Try Clang

- If you are a compiler developer and want to try out Clang, then build instructions are available on the Get Involved page. + If you are a compiler developer and want to try out Clang, then build instructions are available on the Get Involved page. Note that clang is still early in development. If you are looking for source analysis or source-to-source transformation tools, clang is probably a great solution for you. If you want to use it as a drop in C compiler, it is not yet ready.

Get Involved

If you are interested in working on Clang, then check out the Get Involved section. -- 2.40.0