From e3d1b653be98a66390c0064e8a1cfdd3b26b217e Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Mon, 2 Mar 2009 20:08:12 +0000 Subject: Add some more clang related release notes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65868 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'docs/ReleaseNotes.html') diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 5c3002f..bdaba71 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 .

-- cgit v1.1