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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162636 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Richard Smith 2012-08-25 00:47:19 +00:00
Родитель 23fee34bae
Коммит 3f9411a31a
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -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>