[PATCH] [tsan] Move some suppressions-related code to common. Factor out code to be reused in LSan. Also switch from linked list to vector.

Dmitry Vyukov dvyukov at google.com
Wed Jun 26 07:51:37 PDT 2013



================
Comment at: lib/sanitizer_common/sanitizer_suppressions.h:45
@@ +44,3 @@
+  uptr SuppressionCount();
+  void GetMatched(InternalMmapVector<Suppression *> *matched);
+
----------------
Sergey Matveev wrote:
> Dmitry Vyukov wrote:
> > I would add PrintMatched() method, then this is unnecesasry
> > 
> PrintMatched() *is* tool-specific.
How will it be different for lsan?


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



More information about the llvm-commits mailing list