llvm-6502/tools/bugpoint
David Blaikie 5ed33e08f3 BugPoint: Fix some memory leaks.
Patch by Kostya Serebryany.

unique_ptr would be nice, but it's a bit too much work for an area I'm
not familiar with, nor invested in, unfortunately.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207265 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-25 20:15:16 +00:00
..
BugDriver.cpp BugPoint: Fix some memory leaks. 2014-04-25 20:15:16 +00:00
BugDriver.h
bugpoint.cpp [C++] Use 'nullptr'. Tools edition. 2014-04-25 04:24:47 +00:00
CMakeLists.txt
CrashDebugger.cpp [C++] Use 'nullptr'. Tools edition. 2014-04-25 04:24:47 +00:00
ExecutionDriver.cpp [C++] Use 'nullptr'. Tools edition. 2014-04-25 04:24:47 +00:00
ExtractFunction.cpp [C++] Use 'nullptr'. Tools edition. 2014-04-25 04:24:47 +00:00
FindBugs.cpp [C++] Use 'nullptr'. Tools edition. 2014-04-25 04:24:47 +00:00
ListReducer.h
LLVMBuild.txt
Makefile
Miscompilation.cpp [C++] Use 'nullptr'. Tools edition. 2014-04-25 04:24:47 +00:00
OptimizerDriver.cpp [C++] Use 'nullptr'. Tools edition. 2014-04-25 04:24:47 +00:00
ToolRunner.cpp [C++] Use 'nullptr'. Tools edition. 2014-04-25 04:24:47 +00:00
ToolRunner.h