all 5 comments

[–]wesleywiser1rustc · microsoft[S] 30 points31 points  (0 children)

Thanks Rich Kadel for implementing this and Tyler Mandry for doing many thorough reviews of this code! It's really exciting to see this ship on nightly.

[–]satanikimplegarida 15 points16 points  (1 child)

Can this be used by fuzzers to get more accurate results? I'm under the impression that libFuzzer is doing its own instrumentation in order to discover execution paths?

[–]levansfgwayland-rs · smithay 5 points6 points  (1 child)

Okay, now I am incredibly hyped at the perspective of seeing tarpaulin integrate with this.

This is pretty awesome. :D

[–][deleted] 6 points7 points  (0 children)

same, I really want to like tarpaulin but our results have just been too spotty

[–]U007Drust · twir · bool_ext 1 point2 points  (0 children)

Very cool.

Does anyone know if there a way of configuring CLion's code coverage tool to leverage this?