From: Daniel Dunbar Date: Sun, 24 May 2009 01:00:12 +0000 (+0000) Subject: Minor updates to the clang Getting Started page. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=05fc1c25d48c5a12dc02f73efdfa76914123df3b;p=clang Minor updates to the clang Getting Started page. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72354 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/get_started.html b/www/get_started.html index 1393981c5b..6730544de1 100644 --- a/www/get_started.html +++ b/www/get_started.html @@ -23,21 +23,21 @@ 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 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 minor features. Some of the more notable missing -pieces of C support are:

+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. We don't consider the API to be stable yet, and reserve the right to change fundamental things.
  3. -
  4. The driver is currently implemented in python and is "really slow".
  5. +
  6. Only the X86-32 and X86-64 targets have been well tested.
-

At this point, C and Objective-C are generally usable for X86-32 and X86-64 -targets. If you run into problems, please file bugs in LLVM Bugzilla or bring up the issue on the +

If you run into problems, please file +bugsin LLVM Bugzilla or bring up the issue +on the Clang development mailing list.