From df448a38e7a2923c97e489436bb53ee9ad7a202c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 6 Apr 2011 00:56:12 +0000 Subject: some edits. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128969 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 37 ++++++++++++++++--------------------- 1 file changed, 16 insertions(+), 21 deletions(-) (limited to 'docs/ReleaseNotes.html') diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 719346992b..e76f26988b 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -106,7 +106,8 @@ production-quality compiler for C, Objective-C, C++ and Objective-C++ on x86

In the LLVM 2.9 time-frame, the Clang team has made many improvements in C, C++ and Objective-C support. C++ support is now generally rock solid, has -been exercised on a broad variety of code, and has several new C++'0x features +been exercised on a broad variety of code, and has several new C++'0x features implemented (such as rvalue references and variadic templates). LLVM 2.9 has also brought in a large range of bug fixes and minor features (e.g. __label__ support), and is much more compatible with the Linux Kernel.

@@ -143,8 +144,8 @@ not known whether the compiled code actually works or not! The 2.9 release has the following notable changes: