Replace the old --with-cxx-* configure options with a single --with-gcc-toolchain
[oota-llvm.git] / include / llvm / ADT / OwningPtr.h
2012-01-23 Chris Lattnerrevert r148688 too, this isn't safe for DenseMap use...
2012-01-23 Chris Lattnerallow OwningPtr to be copy constructed if null, which...
2010-04-05 Douglas GregorRemove MaybeOwningPtr. We're going to use reference...
2010-04-05 Douglas GregorIntroduce MaybeOwningPtr, a smart pointer that may...
2009-02-20 Misha BrukmanFixed lint errors:
2009-01-09 Misha BrukmanRemoved trailing whitespace.
2008-12-08 Ted KremenekUse 'delete []' instead of 'delete' in OwningArray...
2008-02-25 Eli FriedmanAdd missing include (for ptrdiff_t).
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-20 Ted KremenekAdded OwningArrayPtr smart pointer class to provide...
2007-12-20 Chris Lattneradd new smart pointer for clang.