Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
+ Eli (heads-up, this is the last patch that's needed to make deferred regions look/behave nicely. If you're using ToT llvm-cov and start noticing strange region highlighting, where semi-colons at the ends of a line get weird highlights, this will fix it)
Comment Actions
Unfortunately, no, is a separate problem in llvm-cov exposed by cfe/r310010. Clang is producing reasonable mappings, but llvm-cov stops being able to find line segments after a certain point, and keeps printing out the line execution count from the last line segment it encountered. I reverted the clang change for now so I can look into what's happening.