Chris Lattner 66da9ef634 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

llvm-svn: 9121
2003-10-14 21:34:11 +00:00
..
2003-10-13 03:32:08 +00:00
2003-08-12 20:46:50 +00:00
2003-09-16 15:31:46 +00:00
2003-09-16 15:31:46 +00:00
2003-08-13 21:32:37 +00:00
2003-10-14 21:34:11 +00:00