Catch more cases of a pointer being marked garbage twice. This helps when
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 18 Dec 2009 20:35:38 +0000 (20:35 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 18 Dec 2009 20:35:38 +0000 (20:35 +0000)
commit1cefd7cd07c5e4113a1dcabf834cbcb6026e42dd
treea8a7833d4967ae07d9a86c0783c78d2b45eab127
parentb742defa0a8f3e477c3ed641da49aab276937556
Catch more cases of a pointer being marked garbage twice. This helps when
debugging some leaks (PR5770 in particular).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91713 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/LeaksContext.h
unittests/Support/LeakDetectorTest.cpp [new file with mode: 0644]