Use only explicit bool conversion operators
[oota-llvm.git] / include / llvm / ADT / OwningPtr.h
2013-05-15 David BlaikieUse only explicit bool conversion operators
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-11-30 Chandler CarruthSwitch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_RE...
2012-10-18 Jordan RoseAdd move constructors for OwningPtr and OwningArrayPtr.
2012-09-17 Craig TopperMark unimplemented copy constructors and copy assignmen...
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.