From: Richard Smith Date: Sat, 25 Aug 2012 00:47:19 +0000 (+0000) Subject: Stub out a release notes section on -fcatch-undefined-behavior. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f9411a31a5d56757271e150400458491195da0b;p=clang 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 --- 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<map<int, double>>); +
  • Clang's -fcatch-undefined-behavior option has grown the ability + to check for several new types of undefined behavior. + + + +
  • +

    Support for tls_model attribute