From 056abd2059c65a3e908193aeae16fad98017437c Mon Sep 17 00:00:00 2001 From: dim Date: Sun, 2 Dec 2012 13:20:44 +0000 Subject: Vendor import of clang release_32 branch r168974 (effectively, 3.2 RC2): http://llvm.org/svn/llvm-project/cfe/branches/release_32@168974 --- docs/ReleaseNotes.html | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs/ReleaseNotes.html') diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 7a6a508..8a195f0 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -170,6 +170,16 @@ int f(vector<map<int, double>>); +
  • Clang's -fcatch-undefined-behavior option has been renamed to + -fsanitize=undefined and has grown the ability to check for several + new types of undefined behavior. See the Users Manual for more information. + + + + + +
  • +

    Support for tls_model attribute

    -- cgit v1.1