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 .
- Clang now has a new driver, which is focused on providing a GCC-compatible
interface.
-- The X86-64 ABI is now supported.
+- The X86-64 ABI is now supported, including support for the Apple
+ 64-bit Objective-C runtime and zero cost exception handling.
- Precompiled header support is now implemented.
- Objective-C support is significantly improved beyond LLVM 2.4, supporting
many features, such as Objective-C Garbage Collection.
+- Variable length arrays are now fully supported.
+- C99 designated initializers are now fully supported.
+- Clang now includes all major compiler headers, including a
+ redesigned tgmath.h and several more intrinsic headers.
- Many many bugs are fixed and many features have been added.