summaryrefslogtreecommitdiffstats
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
commitf4d9a5a964f64222f51c3b8b494588593f18eceb (patch)
treea50698616de48ddba608cba7682d7347fc3522fd
parentdfa6d2067c8c782c83be69a61fe59a0240535df6 (diff)
downloadbcm5719-llvm-f4d9a5a964f64222f51c3b8b494588593f18eceb.tar.gz
bcm5719-llvm-f4d9a5a964f64222f51c3b8b494588593f18eceb.zip
MS ABI: Mark 'throw' as implemented in the compatibility doc
llvm-svn: 231953
-rw-r--r--clang/docs/MSVCCompatibility.rst4
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.
OpenPOWER on IntegriCloud