diff --git a/clang/docs/ReleaseNotes.html b/clang/docs/ReleaseNotes.html index 45c06b683b64..0cce0bed31ed 100644 --- a/clang/docs/ReleaseNotes.html +++ b/clang/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