diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 719346992b7..e76f26988be 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: