]> granicus.if.org Git - clang/commitdiff
MS ABI: Mark 'throw' as implemented in the compatibility doc
authorDavid Majnemer <david.majnemer@gmail.com>
Wed, 11 Mar 2015 18:38:51 +0000 (18:38 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Wed, 11 Mar 2015 18:38:51 +0000 (18:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@231953 91177308-0d34-0410-b5e6-96231b3b80d8

docs/MSVCCompatibility.rst

index 73f01fc2b0803f90d535cc6ab87e15acc10d2127..3638bbc8d18800a644a31cbb622035bd037468a7 100644 (file)
@@ -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.