diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 8d1e603e8d7..95674d73db8 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -98,7 +98,29 @@ 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.

-

Codegen progress/state [DANIEL]

+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: + + +Clang code generation still needs considerable testing and development, however. +Some areas under active development include: +