aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2012-08-25 00:47:19 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2012-08-25 00:47:19 +0000
commit3f9411a31a5d56757271e150400458491195da0b (patch)
tree909e60105d5edf13d67479da00cd16f2d7ad5ca9
parent23fee34baec409319a2c0eeca4a00331a3846004 (diff)
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
-rw-r--r--docs/ReleaseNotes.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 7a6a508bb5..78108fb9db 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -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>