diff options
-rw-r--r-- | clang/docs/ReleaseNotes.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/clang/docs/ReleaseNotes.html b/clang/docs/ReleaseNotes.html index 7a6a508bb54..78108fb9db6 100644 --- a/clang/docs/ReleaseNotes.html +++ b/clang/docs/ReleaseNotes.html @@ -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> |