From d2c1c608358465120e62b46b8aab6ff80e4168b7 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 9 Nov 2009 03:18:18 +0000 Subject: [PATCH] remove a mostly obsolete "word of warning" git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86506 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/get_started.html | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/www/get_started.html b/www/get_started.html index a1e9b0bc16..f504f8c9ac 100644 --- a/www/get_started.html +++ b/www/get_started.html @@ -18,24 +18,7 @@

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 getting -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 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:

- -
    -
  1. The semantic analyzer does not produce all of the warnings it should.
  2. -
  3. We don't consider the API to be stable yet, and reserve the right to - change fundamental things.
  4. -
  5. Only the X86-32 and X86-64 targets have been well tested.
  6. -
- -

If you run into problems, please file +involved with the Clang community. If you run into problems, please file bugs in LLVM Bugzilla or bring up the issue on the Clang development -- 2.40.0