Author: nico
Date: Wed Feb 15 20:35:03 2012
New Revision: 150656
URL: http://llvm.org/viewvc/llvm-project?rev=150656&view=rev
Log:
Add a few minor items to the 3.1 release notes.
Modified:
cfe/trunk/docs/ReleaseNotes.html
Modified: cfe/trunk/docs/ReleaseNotes.html
URL:
http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ReleaseNotes.html?rev=150656&r1=150655&r2=150656&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.html (original)
+++ cfe/trunk/docs/ReleaseNotes.html Wed Feb 15 20:35:03 2012
@@ -85,6 +85,12 @@
<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 @@
<!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
-->
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>
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits