================
Comment at: lib/sanitizer_common/sanitizer_coverage.cc:120
@@ +119,3 @@
+
+void CoverageData::Extend(uptr npcs) {
+ if (!pc_fd) return;
----------------
Kostya Serebryany wrote:
> this function deserves a comment.
done
http://reviews.llvm.org/D3874