[PATCH] D59076: [coroutines][PR40978] Emit error for co_yield within catch block

Bruno Ricci via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 22 06:42:20 PDT 2019


riccibruno added a comment.

In D59076#1438479 <https://reviews.llvm.org/D59076#1438479>, @riccibruno wrote:

> This is causing https://bugs.llvm.org/show_bug.cgi?id=41171.


@modocache Could you take a look please ? Nested scopes in a catch statement are completely broken because of this patch.


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59076/new/

https://reviews.llvm.org/D59076





More information about the cfe-commits mailing list