From cff136cda8df668451c3deefc987c296a25f198e Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Fri, 25 May 2012 02:35:34 +0000 Subject: [PATCH] Release notes update for -Wsometimes-uninitialized. llvm-svn: 157459 --- clang/docs/ReleaseNotes.html | 37 +++++++++++++++++++++++++++++++++++-- clang/www/content.css | 2 ++ 2 files changed, 37 insertions(+), 2 deletions(-) diff --git a/clang/docs/ReleaseNotes.html b/clang/docs/ReleaseNotes.html index badde05..8f30808 100644 --- a/clang/docs/ReleaseNotes.html +++ b/clang/docs/ReleaseNotes.html @@ -83,9 +83,42 @@ Release Notes.

Major New Features

-

Feature 1

+

Improvements to Clang's diagnostics

+ +

Clang's diagnostics are constantly being improved to catch more issues, +explain them more clearly, and provide more accurate source information about +them. The improvements since the 3.1 release include:

+ + -

...

C Language Changes in Clang

diff --git a/clang/www/content.css b/clang/www/content.css index 574b98e..b592556 100644 --- a/clang/www/content.css +++ b/clang/www/content.css @@ -24,6 +24,8 @@ IMG.img_slide { .itemTitle { color:#2d58b7 } span.error { color:red } +span.warning { color:purple } +span.note { color:gray } span.caret { color:green; font-weight:bold } /* Tables */ -- 2.7.4