Details
Details
Diff Detail
Diff Detail
Event Timeline
include/sanitizer/coverage_interface.h | ||
---|---|---|
45 | .. of the ... | |
lib/sanitizer_common/sanitizer_coverage_libcdep.cc | ||
215 | just in case, hide it under a flag (coverage_pc_buffer?). | |
test/asan/TestCases/coverage-pcbuffer.cc | ||
4 | do you need coverage=1 here? |
Comment Actions
LGTM
lib/sanitizer_common/sanitizer_coverage_libcdep.cc | ||
---|---|---|
218 | Style: I would prefer X = ... |
.. of the ...
Isn't the return value the same as __sanitizer_get_total_unique_coverage() ?
If so, it should be reflected in the comment or in the interface