diff options
| -rw-r--r-- | clang/docs/MSVCCompatibility.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/docs/MSVCCompatibility.rst b/clang/docs/MSVCCompatibility.rst index 73f01fc2b08..3638bbc8d18 100644 --- a/clang/docs/MSVCCompatibility.rst +++ b/clang/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. |

