diff options
| author | David Majnemer <david.majnemer@gmail.com> | 2015-03-11 18:38:51 +0000 | 
|---|---|---|
| committer | David Majnemer <david.majnemer@gmail.com> | 2015-03-11 18:38:51 +0000 | 
| commit | f4d9a5a964f64222f51c3b8b494588593f18eceb (patch) | |
| tree | a50698616de48ddba608cba7682d7347fc3522fd | |
| parent | dfa6d2067c8c782c83be69a61fe59a0240535df6 (diff) | |
| download | bcm5719-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.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. | 

