From f720a4edb0343a288bfc77ccbedfdb164ed37742 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Thu, 22 Apr 2010 20:42:40 +0000 Subject: [PATCH] Add some verbiage about Clang to the 2.7 release notes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102121 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 14b2f6e5c21..e25f44ea9e0 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -115,13 +115,15 @@ development. Here we include updates on these subprojects.
-

The Clang project is ...

+

Clang is an LLVM front end for the C, C++, and Objective-C languages. Clang aims to provide a better user experience through expressive diagnostics, a high level of conformance to language standards, fast compilation, and low memory use. Like LLVM, Clang provides a modular, library-based architecture that makes it suitable for creating or integrating with other development tools. Clang is considered a production-quality compiler for C and Objective-C on x86 (32- and 64-bit).

In the LLVM 2.7 time-frame, the Clang team has made many improvements: