summaryrefslogtreecommitdiffstats
path: root/clang/www/get_started.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-11-09 03:18:18 +0000
committerChris Lattner <sabre@nondot.org>2009-11-09 03:18:18 +0000
commitb8ca95481f0b9cf4cce8ea65b1a0ec1e0ff3a027 (patch)
tree98fb37ea08167bb35e0ca832c99af0219e506ee0 /clang/www/get_started.html
parent0f92ec6ebde173a1de3cf18068ad82a62da7598e (diff)
downloadbcm5719-llvm-b8ca95481f0b9cf4cce8ea65b1a0ec1e0ff3a027.tar.gz
bcm5719-llvm-b8ca95481f0b9cf4cce8ea65b1a0ec1e0ff3a027.zip
remove a mostly obsolete "word of warning"
llvm-svn: 86506
Diffstat (limited to 'clang/www/get_started.html')
-rw-r--r--clang/www/get_started.html19
1 files changed, 1 insertions, 18 deletions
diff --git a/clang/www/get_started.html b/clang/www/get_started.html
index a1e9b0bc16c..f504f8c9ac7 100644
--- a/clang/www/get_started.html
+++ b/clang/www/get_started.html
@@ -18,24 +18,7 @@
<p>This page gives you the shortest path to checking out Clang and demos a few
options. This should get you up and running with the minimum of muss and fuss.
If you like what you see, please consider <a href="get_involved.html">getting
-involved</a> with the Clang community.</p>
-
-<h2>A Word of Warning</h2>
-
-<p>While this work aims to provide a fully functional C/C++/ObjC front-end, it
-is still relatively new and under heavy development. Currently we believe clang
-to be very usable as a C and Objective-C compiler, however there is no real C++
-support yet (this is obviously a big project). Additionally, for C and
-Objective-C:</p>
-
-<ol>
- <li>The semantic analyzer does not produce all of the warnings it should.</li>
- <li>We don't consider the API to be stable yet, and reserve the right to
- change fundamental things.</li>
- <li>Only the X86-32 and X86-64 targets have been well tested.</li>
-</ol>
-
-<p>If you run into problems, please file
+involved</a> with the Clang community. If you run into problems, please file
bugs in <a href="http://llvm.org/bugs/">LLVM Bugzilla</a> or bring up the issue
on the
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev">Clang development
OpenPOWER on IntegriCloud