Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
tools/sancov/sancov.cc | ||
---|---|---|
956 ↗ | (On Diff #84891) | maybe if (!B.isBlacklisted(*LineInfo)) Coverage->CoveredIds.insert(utohexstr(Addr, true)); |
Paths
| Differential D28872
[sancov] applying blacklist to covered points too ClosedPublic Authored by aizatsky on Jan 18 2017, 2:49 PM.
Details
Diff Detail
Event Timelinevitalybuka added inline comments.
This revision is now accepted and ready to land.Jan 18 2017, 4:45 PM Closed by commit rL292468: [sancov] applying blacklist to covered points too (authored by aizatsky). · Explain WhyJan 18 2017, 8:00 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 84924 llvm/trunk/test/tools/sancov/Inputs/src_blacklist.txt
llvm/trunk/test/tools/sancov/blacklist.test
llvm/trunk/tools/sancov/sancov.cc
|