aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/LeakDetector.h
AgeCommit message (Expand)Author
2009-11-05Make a few headers standalone. Plus, add a missing "template" keywordDouglas Gregor
2009-08-19Reapply my less-lock-contention-in-leak-detector patch, now with new filesOwen Anderson
2009-08-19Revert my last patch temporarily.Owen Anderson
2009-08-19Privatize part of the leak detector mechanism, which turned out to be heavily...Owen Anderson
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2004-09-01Changes For Bug 352Reid Spencer
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM notice.John Criswell
2003-06-17Regularize the names of #include-guards.Brian Gaeke
2002-09-08Checkin initial support for automatic memory leak detection routinesChris Lattner