[PATCH] D11041: New EH representation for MSVC compatibility

Joseph Tremoulet jotrem at microsoft.com
Thu Jul 9 09:34:30 PDT 2015


JosephTremoulet added a comment.

Also, is there any new UB that should be spelled out in the documentation?  E.g. can you return (from the function) from within a catchblock (without first executing catchret), and likewise for cleanups?  Unwind from a catchblock to somewhere other than its catchendblock?  Catchret from a cleanupblock or cleanupret from a catchblock?


http://reviews.llvm.org/D11041







More information about the llvm-commits mailing list