From 0460651695aa420c58881a0a87c0ce19ebfc3fdf Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Thu, 16 Feb 2012 02:35:03 +0000 Subject: [PATCH] Add a few minor items to the 3.1 release notes. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150656 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 45c06b683b..0cce0bed31 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -85,6 +85,12 @@ Clang's support for those languages.

Feature 1

... +

New and better diagnostics

+ +

New: -Wdangling-else, ...

+ +

Improved: -Wformat, ...

+

C Language Changes in Clang

@@ -126,8 +132,9 @@ following are now considered to be of production quality: Clang 3.1 introduces several new Objective-C language features and improvements. -

Feature 1

-... +

Format string checking for NSString literals

+ +-Wformat now checks @"nsstring literals".

Internal API Changes

-- 2.50.1