Stub out a release notes section on -fcatch-undefined-behavior.

llvm-svn: 162636
This commit is contained in:
Richard Smith 2012-08-25 00:47:19 +00:00
parent f994353801
commit cb889d8737

View File

@ -170,6 +170,13 @@ int f(vector<map<int, double>>);
</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>