Fix a memory correctness error noticed by valgrind (harmless in practice).
[oota-llvm.git] / include / llvm / Support / Annotation.h
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2005-07-27 Jeff CohenEliminate tabs and trailing spaces.
2005-06-15 Reid SpencerDon't lie to the casual reader about Value subclassing...
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-10-27 Chris LattnerConvert 'struct' to 'class' in various places to adhere...
2004-09-01 Reid SpencerChanges For Bug 352
2004-06-27 Chris LattnerGet rid of Annotable's vtable. If anyone deletes an...
2004-02-26 Chris LattnerMake sure that at least one virtual method is defined...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM notice.
2003-07-25 Chris LattnerUse the C++ <cassert> header, not the C <assert.h>...
2003-07-25 Chris LattnerAdd assert.h include
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-01-14 Chris LattnerMove annotation to support library
2002-07-24 Chris LattnerDisable the operator= in Value
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-09-09 Chris LattnerConvert ConstRules to use annotations to clean it up.
2001-09-07 Chris LattnerMake annotations operations const with a mutable annota...
2001-08-27 Chris LattnerExtend annotations to pass data pointers around to...
2001-08-23 Chris LattnerAdd annotation support