[PATCH] [lsan] Prettify LSan reports and add a summary

Sergey Matveev earthdok at google.com
Fri May 24 07:53:43 PDT 2013


  Committed r182646


================
Comment at: lib/lsan/lsan_common.cc:417
@@ +416,3 @@
+  }
+  Printf("SUMMARY: LeakSanitizer: %llu bytes leaked.\n", bytes_leaked);
+}
----------------
Kostya Serebryany wrote:
> I'd still print X bytes leaked from Y allocations
I committed before I saw this comment.
If we print the # of suppressed bytes as well, and include the # of allocations, it won't all fit on one line.


http://llvm-reviews.chandlerc.com/D859

BRANCH
  feat/lsan/reporting

ARCANIST PROJECT
  compiler-rt



More information about the llvm-commits mailing list