From b264702bd95b455b52261f148f30aaff065d898f 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@157459 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 37 +++++++++++++++++++++++++++++++++++-- www/content.css | 2 ++ 2 files changed, 37 insertions(+), 2 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index badde05154..8f30808f04 100644 --- a/docs/ReleaseNotes.html +++ b/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/www/content.css b/www/content.css index 574b98e12b..b5925560b1 100644 --- a/www/content.css +++ b/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.50.1