Re: [PATCH] D20880: [Coverage] Push a region and propagate counts through try blocks

2016-06-22 Thread Vedant Kumar via cfe-commits
vsk abandoned this revision. vsk added a comment. This change is probably too minor for pre-commit review. I rebased the patch and committed r273463: I'd be happy to make any changes to it if requested. http://reviews.llvm.org/D20880 ___

Re: [PATCH] D20880: [Coverage] Push a region and propagate counts through try blocks

2016-06-08 Thread Vedant Kumar via cfe-commits
vsk added a comment. Ping. http://reviews.llvm.org/D20880 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[PATCH] D20880: [Coverage] Push a region and propagate counts through try blocks

2016-06-01 Thread Vedant Kumar via cfe-commits
vsk created this revision. vsk added reviewers: ikudrin, bogner, MaggieYi, phillip.power. vsk added a subscriber: cfe-commits. This lets us handle expansions in the try block properly. Here's how the final report changes: ``` Before: | 16|// CHECK: Z3fn3v: 1| 17|void fn3() TRY