forked from OSchip/llvm-project
Stub out a release notes section on -fcatch-undefined-behavior.
llvm-svn: 162636
This commit is contained in:
parent
f994353801
commit
cb889d8737
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue