Skip to content
Snippets Groups Projects
Commit 96443003 authored by David Majnemer's avatar David Majnemer
Browse files

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
parent 889c281d
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment