[PATCH] D11097: New EH representation for MSVC compatibility
David Majnemer
david.majnemer at gmail.com
Fri Jul 17 23:43:36 PDT 2015
majnemer added a comment.
In http://reviews.llvm.org/D11097#207129, @JosephTremoulet wrote:
> Spotted a typo.
Typo has been fixed.
> 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.
http://reviews.llvm.org/D11097
More information about the llvm-commits
mailing list