vsk accepted this revision. vsk added a comment. This revision is now accepted and ready to land.
Thanks for the patch! LGTM. ================ Comment at: lib/CodeGen/CoverageMappingGen.cpp:686 + // FIXME: a break in a switch should terminate regions for all preceding + // case statements, not just the most recent one. terminateRegion(S); ---------------- As should return/continue. Repository: rL LLVM https://reviews.llvm.org/D34801 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits