rjmccall added inline comments.
================ Comment at: lib/CodeGen/CodeGenFunction.h:217 + /// statements. + llvm::SmallVector<bool, 4> LabelSeenStack; + ---------------- Shouldn't this be maintained by some existing scoping structure like LexicalScope? ================ Comment at: lib/CodeGen/CodeGenFunction.h:236 + LabelSeenStack.back() = true; + } + ---------------- A label in a nested scope acts like a label in outer scopes, too. https://reviews.llvm.org/D27680 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits