diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index b8bd5f54f08..1bff0024aa4 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -98,28 +98,31 @@ generation support is far enough along to build many C applications. While not yet production quality, it is progressing very nicely. In addition, C++ front-end work has started to make significant progress.

-Clang, in conjunction with the ccc driver, is now usable as a -replacement for gcc for building some small- to medium-sized C applications. +

Clang, in conjunction with the ccc driver, is now usable as a +replacement for gcc for building some small- to medium-sized C applications. Additionally, Clang now has code generation support for Objective-C on Mac OS X -platform. Major highlights include: +platform. Major highlights include:

+ -Clang code generation still needs considerable testing and development, however. -Some areas under active development include: +

Clang code generation still needs considerable testing and development, +however. Some areas under active development include:

+ @@ -145,15 +148,14 @@ has found in industrial-quality software on the order of thousands.

the tool. While still early in development, the GUI illustrates some of the key features of Clang: accurate source location information, which is used by the GUI to highlight specific code expressions that relate to a bug (including those -that span multiple lines) and built-in knowledge of macros, which is used to +that span multiple lines); and built-in knowledge of macros, which is used to perform inline expansion of macros within the GUI itself.

The set of checks performed by the static analyzer is gradually expanding, -and -future plans for the tool include full source-level inter-procedural analysis -and deeper checks such as buffer overrun detection. There are many opportunities -to extend and enhance the static analyzer, and anyone interested in working on -this project is encouraged to get involved!

+and future plans for the tool include full source-level inter-procedural +analysis and deeper checks such as buffer overrun detection. There are many +opportunities to extend and enhance the static analyzer, and anyone interested +in working on this project is encouraged to get involved!

@@ -174,15 +176,15 @@ bug fixes, cleanup and new features. The major changes are:

@@ -196,7 +198,7 @@ class loader very fast.
-

This release includes a huge number of bug fixes, performance tweaks and +

This release includes a huge number of bug fixes, performance tweaks, and minor improvements. Some of the major improvements and new features are listed in this section.

@@ -214,24 +216,24 @@ in this section. @@ -251,20 +253,20 @@ includes support for the C, C++, Objective-C, Ada, and Fortran front-ends.

-

New features include: -

+

New features include: