r231953 - MS ABI: Mark 'throw' as implemented in the compatibility doc

David Majnemer david.majnemer at gmail.com
Wed Mar 11 11:38:52 PDT 2015


Author: majnemer
Date: Wed Mar 11 13:38:51 2015
New Revision: 231953

URL: http://llvm.org/viewvc/llvm-project?rev=231953&view=rev
Log:
MS ABI: Mark 'throw' as implemented in the compatibility doc

Modified:
    cfe/trunk/docs/MSVCCompatibility.rst

Modified: cfe/trunk/docs/MSVCCompatibility.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/MSVCCompatibility.rst?rev=231953&r1=231952&r2=231953&view=diff
==============================================================================
--- cfe/trunk/docs/MSVCCompatibility.rst (original)
+++ cfe/trunk/docs/MSVCCompatibility.rst Wed Mar 11 13:38:51 2015
@@ -85,8 +85,8 @@ The status of major ABI-impacting C++ fe
   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.





More information about the cfe-commits mailing list