summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/OwningPtr.h
Commit message (Expand)AuthorAge
* Remove OwningPtr.h and associated testsAlp Toker2014-06-19
* [C++] Use 'nullptr'.Craig Topper2014-04-24
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* [C++11] Add release() to OwningPtr.Ahmed Charles2014-03-05
* [C++11] Pass unique_ptr by value instead of &&.Ahmed Charles2014-03-03
* [C++11] Add support for OwningPtr<T> to be converted to and fromChandler Carruth2014-03-02
* [C++11] Remove the R-value reference #if usage from the ADT and SupportChandler Carruth2014-03-01
* Use only explicit bool conversion operatorsDavid Blaikie2013-05-15
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.Chandler Carruth2012-11-30
* Add move constructors for OwningPtr and OwningArrayPtr.Jordan Rose2012-10-18
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-17
* revert r148688 too, this isn't safe for DenseMap use. When DenseMap resizes,...Chris Lattner2012-01-23
* allow OwningPtr to be copy constructed if null, which is required toChris Lattner2012-01-23
* Remove MaybeOwningPtr. We're going to use reference-counting instead.Douglas Gregor2010-04-05
* Introduce MaybeOwningPtr, a smart pointer that may (or may not) haveDouglas Gregor2010-04-05
* Fixed lint errors:Misha Brukman2009-02-20
* Removed trailing whitespace.Misha Brukman2009-01-09
* Use 'delete []' instead of 'delete' in OwningArray::reset().Ted Kremenek2008-12-08
* Add missing include (for ptrdiff_t).Eli Friedman2008-02-25
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Added OwningArrayPtr smart pointer class to provide an analogous class toTed Kremenek2007-12-20
* add new smart pointer for clang.Chris Lattner2007-12-20