[llvm-branch-commits] [cfe-branch] r246036 - Add note about SEH to clang 3.7 notes

Reid Kleckner via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Aug 26 08:41:07 PDT 2015


Author: rnk
Date: Wed Aug 26 10:41:07 2015
New Revision: 246036

URL: http://llvm.org/viewvc/llvm-project?rev=246036&view=rev
Log:
Add note about SEH to clang 3.7 notes

Modified:
    cfe/branches/release_37/docs/ReleaseNotes.rst

Modified: cfe/branches/release_37/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_37/docs/ReleaseNotes.rst?rev=246036&r1=246035&r2=246036&view=diff
==============================================================================
--- cfe/branches/release_37/docs/ReleaseNotes.rst (original)
+++ cfe/branches/release_37/docs/ReleaseNotes.rst Wed Aug 26 10:41:07 2015
@@ -42,6 +42,10 @@ Major New Features
   extension is also enabled when compiling CUDA code, but its use should be
   viewed as an implementation detail that is subject to change.
 
+- On Windows targets, some uses of the ``__try``, ``__except``, and
+  ``__finally`` language constructs are supported in Clang 3.7. MSVC-compatible
+  C++ exceptions are not yet supported, however.
+
 - Clang 3.7 fully supports OpenMP 3.1 and reported to work on many platforms,
   including x86, x86-64 and Power. Also, pragma ``omp simd`` from OpenMP 4.0 is
   supported as well. See below for details.




More information about the llvm-branch-commits mailing list