Details
Details
Diff Detail
Diff Detail
Event Timeline
include/sanitizer/coverage_interface.h | ||
---|---|---|
45 ↗ | (On Diff #43934) | .. of the ... |
lib/sanitizer_common/sanitizer_coverage_libcdep.cc | ||
216 | just in case, hide it under a flag (coverage_pc_buffer?). | |
test/asan/TestCases/coverage-pcbuffer.cc | ||
4 ↗ | (On Diff #43934) | do you need coverage=1 here? |
Comment Actions
LGTM
lib/sanitizer_common/sanitizer_coverage_libcdep.cc | ||
---|---|---|
219 | Style: I would prefer X = ... |
just in case, hide it under a flag (coverage_pc_buffer?).
We can make the flag on by default.