llvm-mirror/include/llvm/Support
Chris Lattner 1cad7eb7b0 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
..
CallSite.h Fix spelling. 2003-10-10 17:42:19 +00:00
CFG.h Standardize header file comments 2003-09-30 18:37:50 +00:00
ConstantRange.h Implement operator== and != for ranges 2002-09-03 01:05:31 +00:00
InstIterator.h Standardize header file comments 2003-09-30 18:37:50 +00:00
InstVisitor.h Standardize header file comments 2003-09-30 18:37:50 +00:00
Mangler.h Standardize header file comments 2003-09-30 18:37:50 +00:00
PassNameParser.h Remove a ton of extraneous #includes 2003-06-22 03:08:05 +00:00
ToolRunner.h Substantial cleanups: 2003-10-14 21:34:11 +00:00
ValueHolder.h Of course, the copy ctor really should copy the operand as well 2003-08-23 20:06:38 +00:00