[PATCH] D11097: New EH representation for MSVC compatibility

Joseph Tremoulet jotrem at microsoft.com
Mon Jul 20 07:36:59 PDT 2015


JosephTremoulet added a comment.

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

> 

> 

> Executing that ret would be UB.


Should the langref indicate this?  I don't see anywhere that it currently does.


http://reviews.llvm.org/D11097







More information about the llvm-commits mailing list