This is an archive of the discontinued LLVM Phabricator instance.

[analyzer][Z3-refutation] Add statistics tracking invalidated bug report classes
AbandonedPublic

Authored by steakhal on Jun 30 2020, 11:40 AM.

Details

Summary

Counts how many bug report equivalence classes were created and
how many of them were completely invalidated.

In other words how many times avoided emitting diagnostic to the user due to
Z3 refutation.

Diff Detail

Event Timeline

steakhal created this revision.Jun 30 2020, 11:40 AM
steakhal abandoned this revision.Mar 10 2021, 3:55 AM

It might be useful in the future, but right now, I'm not interested in upstreaming this.