Substantial cleanups:
authorChris Lattner <sabre@nondot.org>
Tue, 14 Oct 2003 21:34:11 +0000 (21:34 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 14 Oct 2003 21:34:11 +0000 (21:34 +0000)
commit7915a1e764a5472d89a5ea40fbc22515afc5abf2
treed9379244ff8904afd841c2d36eedaf9d9a5635a3
parenta0f5b15e1eb8642d92b3141a6b88a5729ea979dc
Substantial cleanups:
 * Add header comment
 * Remove extraneous #includes
 * Move the FileType enum into the GCC class
 * The GCC class is not virtual.
 * Move all of the "constructor" functions into the classes themselves
 * Stop using cl::list as arguments, use std::vector instead (which cl::list
   derives from)
 * Improve comments

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9121 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/ToolRunner.h
lib/Support/ToolRunner.cpp
tools/bugpoint/ToolRunner.cpp
tools/bugpoint/ToolRunner.h