Don't attribute in file headers anymore. See llvmdev for the
[oota-llvm.git] / include / llvm / Support / Casting.h
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-17 Bill WendlingUsed llvm_ostream instead of std::ostream objects....
2006-05-13 Reid SpencerAdd a #include <cassert> for situations where Casting...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-09-01 Reid SpencerChanges For Bug 352
2003-11-16 Chris LattnerFixes for PR114: Thanks to Reid Spencer!
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM notice.
2003-09-30 Chris LattnerStandardize header file comments
2003-09-10 Chris LattnerFix spello
2003-08-27 Misha BrukmanSpell `incompatible' correctly.
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-05-29 Chris Lattnerdyn_cast_or_null should work just the same as dyn_cast...
2003-04-23 Chris LattnerAllow dyn_cast to operate on things that aren't OBVIOUS...
2002-07-24 Chris LattnerAdd missing typename's that GCC3.1 is whining about.
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-04-08 Chris LattnerPull casting operators out of Value.h