[PATCH] D53244: [Coverage] Fix PR39258: support coverage regions that start deeper than they end

Vedant Kumar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Oct 14 18:17:16 PDT 2018


vsk accepted this revision.
vsk added a comment.
This revision is now accepted and ready to land.

Thanks, LGTM.



================
Comment at: test/CoverageMapping/macros.c:60
 
+// CHECK-NEXT: func6
+void func6(unsigned count) { // CHECK-NEXT: File 0, [[@LINE]]:28 -> [[@LINE+4]]:2 = #0
----------------
Please use CHECK-LABEL here.


Repository:
  rC Clang

https://reviews.llvm.org/D53244





More information about the cfe-commits mailing list