[cfe-commits] r42679 - /cfe/trunk/www/index.html

Chris Lattner sabre at nondot.org
Fri Oct 5 22:13:47 PDT 2007


Author: lattner
Date: Sat Oct  6 00:13:47 2007
New Revision: 42679

URL: http://llvm.org/viewvc/llvm-project?rev=42679&view=rev
Log:
add a warning.

Modified:
    cfe/trunk/www/index.html

Modified: cfe/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/index.html?rev=42679&r1=42678&r2=42679&view=diff

==============================================================================
--- cfe/trunk/www/index.html (original)
+++ cfe/trunk/www/index.html Sat Oct  6 00:13:47 2007
@@ -41,7 +41,7 @@
 		</ul>
 		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 <a href="features.html">Features</a> section.
 		<h2>Try Clang</h2>
-		If you are a compiler developer and want to try out Clang, then build instructions are available on the <a href="get_involved.html#build">Get Involved</a> page.
+		If you are a compiler developer and want to try out Clang, then build instructions are available on the <a href="get_involved.html#build">Get Involved</a> 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.
 		<h2>Get Involved</h2>
 		If you are interested in working on Clang, then check out the <a href="get_involved.html">Get Involved</a> section.
 	</div>





More information about the cfe-commits mailing list