Example usage:
sancov.py print a.out.1234.sancov | sancov.py missing a.out
Paths
| Differential D9228
[sanitizer] Extend sancov.py to show which PCs are missing from coverage. ClosedPublic Authored by earthdok on Apr 23 2015, 10:58 AM.
Details
Diff Detail Event TimelineComment Actions looks good, but I wonder if a test can be added? Comment Actions
That would make python a requirement for running the test suite, not sure if good idea. Comment Actions
We already have tests that run sancov.py earthdok edited edge metadata. Comment Actions
kcc edited edge metadata. Comment ActionsLGTM, thanks! Once committed, please also update the docs at http://clang.llvm.org/docs/SanitizerCoverage.html#how-good-is-the-coverage This revision is now accepted and ready to land.May 6 2015, 1:34 PM Comment Actions
Committed r236641
Revision Contents
Diff 24318 lib/sanitizer_common/scripts/sancov.py
|