From: Daniel Dunbar Date: Mon, 2 Mar 2009 20:08:12 +0000 (+0000) Subject: Add some more clang related release notes. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=e3d1b653be98a66390c0064e8a1cfdd3b26b217e;p=oota-llvm.git Add some more clang related release notes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65868 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 5c3002f650a..bdaba71b743 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -104,14 +104,11 @@ code generator. While Clang is not included in the LLVM 2.5 release, it is continuing to make major strides forward in all areas. Its C and Objective-C parsing and code generation support is now very solid. For example, it is capable of successfully building many real-world applications for X86-32 -andX86-64, -including the FreeBSD -kernel. C++ is also +and X86-64, +including the FreeBSD +kernel and gcc 4.2. C++ is also making incredible progress, -and work on templates has recently started.

- -

While Clang is not yet production quality, it is progressing very nicely and -is quite usable for building many C and Objective-C applications. If you are +and work on templates has recently started. If you are interested in fast compiles and good diagnostics, we encourage you to try it out by building from mainline and reporting any issues you hit to the .