]> granicus.if.org Git - clang/commitdiff
Stub out a release notes section on -fcatch-undefined-behavior.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 25 Aug 2012 00:47:19 +0000 (00:47 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 25 Aug 2012 00:47:19 +0000 (00:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162636 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 7a6a508bb54d0e56e6b860305f8a9a99cea723a7..78108fb9db6c52b7930af3aec043487ea75c4e04 100644 (file)
@@ -170,6 +170,13 @@ int f(vector&lt;map&lt;int, double&gt;&gt;);
 
   </li>
 
+  <li>Clang's <tt>-fcatch-undefined-behavior</tt> option has grown the ability
+  to check for several new types of undefined behavior.
+
+  <!-- Flesh this out prior to release. -->
+
+  </li>
+
 </ul>
 
 <h4 id="tlsmodel">Support for <code>tls_model</code> attribute</h4>