Checkin initial support for automatic memory leak detection routines
authorChris Lattner <sabre@nondot.org>
Sun, 8 Sep 2002 18:51:16 +0000 (18:51 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 8 Sep 2002 18:51:16 +0000 (18:51 +0000)
commitde69a4ca2fd66cc600116a10bef1f3ab1610d62c
treed338e2123bac68907d0c4761b7d8516f26ef1e12
parent96c2ce8614bab233451aac237c4bb1d19963d33f
Checkin initial support for automatic memory leak detection routines

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3618 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/LeakDetector.cpp [new file with mode: 0644]
lib/VMCore/LeakDetector.cpp [new file with mode: 0644]
support/lib/Support/LeakDetector.cpp [new file with mode: 0644]