summaryrefslogtreecommitdiffstats
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2012-02-16 02:35:03 +0000
committerNico Weber <nicolasweber@gmx.de>2012-02-16 02:35:03 +0000
commit0460651695aa420c58881a0a87c0ce19ebfc3fdf (patch)
tree3d1d527d778b4caaebebcae82e77baaccc3886d9 /docs/ReleaseNotes.html
parentc874ca1c7378d62aff008d74cf744636730f2db4 (diff)
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
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html11
1 files 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.</p>
<h4 id="majorfeature1">Feature 1</h4>
...
+<h4 id="diagnostics">New and better diagnostics</h4>
+
+<p>New: <code>-Wdangling-else</code>, ...</p>
+
+<p>Improved: <code>-Wformat</code>, ...</p>
+
<!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = -->
<h3 id="cchanges">C Language Changes in Clang</h3>
<!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = -->
@@ -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.
-<h4 id="objcfeature1">Feature 1</h4>
-...
+<h4 id="objcwformat">Format string checking for NSString literals</h4>
+
+<code>-Wformat</code> now checks <code>@"nsstring literals"</code>.
<!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = -->
<h3 id="apichanges">Internal API Changes</h3>