summaryrefslogtreecommitdiff
path: root/docs/MSVCCompatibility.rst
diff options
context:
space:
mode:
authorDavid Majnemer <david.majnemer@gmail.com>2015-03-11 18:38:51 +0000
committerDavid Majnemer <david.majnemer@gmail.com>2015-03-11 18:38:51 +0000
commit964430030eb2ed05173675001c78b85563acb096 (patch)
treec104566a8eda8ddff122b5c011cd996518ac7c44 /docs/MSVCCompatibility.rst
parent889c281d5bfefa3b5cf359b5c695de86b45a197c (diff)
downloadclang-964430030eb2ed05173675001c78b85563acb096.tar.gz
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
Diffstat (limited to 'docs/MSVCCompatibility.rst')
-rw-r--r--docs/MSVCCompatibility.rst4
1 files changed, 2 insertions, 2 deletions
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.