From: David Majnemer Date: Wed, 11 Mar 2015 18:38:51 +0000 (+0000) Subject: MS ABI: Mark 'throw' as implemented in the compatibility doc X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=964430030eb2ed05173675001c78b85563acb096;p=clang MS ABI: Mark 'throw' as implemented in the compatibility doc git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@231953 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/MSVCCompatibility.rst b/docs/MSVCCompatibility.rst index 73f01fc2b0..3638bbc8d1 100644 --- a/docs/MSVCCompatibility.rst +++ b/docs/MSVCCompatibility.rst @@ -85,8 +85,8 @@ The status of major ABI-impacting C++ features: finished, along with support for the ``/GR`` flag. * Exceptions and SEH: :partial:`Minimal`. Clang can parse both constructs, but - does not know how to emit compatible handlers. Clang cannot throw exceptions - but it can rethrow them. + does not know how to emit compatible handlers. Clang can throw and rethrow + C++ exceptions. * Thread-safe initialization of local statics: :none:`Unstarted`. We are ABI compatible with MSVC 2013, which does not support thread-safe local statics.