[PATCH] D56571: [RFC prototype] Implementation of asm-goto support in clang

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 1 16:24:42 PST 2019


efriedma added a comment.

Forgot about protected scopes...

This patch is missing code and testcases for JumpScopeChecker.  (The behavior should be roughly equivalent to what we do for indirect goto.)


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

https://reviews.llvm.org/D56571





More information about the cfe-commits mailing list