[PATCH] D11097: New EH representation for MSVC compatibility

Joseph Tremoulet jotrem at microsoft.com
Fri Jul 17 08:10:28 PDT 2015


JosephTremoulet added a comment.

Spotted a typo.  Also, is a plain 'ret' allowed to implicitly close all catches/cleanups, or is it UB to return without catchret/cleanupret?

Thanks.


================
Comment at: docs/LangRef.rst:5233-5234
@@ +5232,4 @@
+-  Exactly one catch block may unwind to a ``catchendblock``.
+-  The unwind target of invokes between a ``catchblock`` and its ``catchendblock``
+   must be a ``catchendblock``.
+
----------------
s/its catchendblock/a corresponding catchret/
s/a catchendblock/its catchendblock/


http://reviews.llvm.org/D11097







More information about the llvm-commits mailing list