AlisdairM added a subscriber: AlisdairM. ================ Comment at: test/support/instrumentingallocators.h:25 @@ +24,3 @@ + ~Instrumentation() { + assert(allocs_.empty()); + } ---------------- Perhaps a loop, showing what leaked?
for (auto const& alloc : allocs_) { std::cout << "leaked: address(" << alloc.first <<) size(" << alloc.second << ")\n"; } http://reviews.llvm.org/D16970 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits