[PATCH] ignore --disable-free in clang when leak detection is enabled

Sergey Matveev earthdok at google.com
Thu Dec 26 11:25:22 PST 2013


  > We just need to create a global "vector<void *> *globally_live_objects = new vector<void *>;" or some such
  and push all live objects there (there are very few of those).

  Isn't clang multithreaded? What about synchronization?

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



More information about the cfe-commits mailing list