aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/IntrusiveRefCntPtr.h
Commit message (Expand)AuthorAgeFilesLines
* Cleanup the simplify_type implementation.Rafael Espindola2013-03-271-2/+2
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-3/+3
* Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.Chandler Carruth2012-11-301-1/+1
* Reference IntrusiveRefCntPtr in doxygen doc of RefCountedBase to get a link t...Axel Naumann2012-08-011-1/+1
* IntrusiveRefCntPtr: Simplify operator= as suggested by Richard Smith.Benjamin Kramer2012-05-311-30/+2
* IntrusiveRefCntPtr: Use the same pattern as the other operator= overloads whe...Benjamin Kramer2012-05-271-4/+3
* Move-enable IntrusiveRefCntPtr.Benjamin Kramer2012-05-271-2/+27
* RefCountedBaseVPTR needs the IntrusiveRefCntPtrInfo as friend,Manuel Klimek2012-01-311-1/+1
* Relax constructor for IntrusiveRefCntPtr to not be explicit.Ted Kremenek2012-01-311-1/+1
* Use traits for IntrusiveRefCntPtr to determine how to increment/decrement a r...Ted Kremenek2012-01-311-2/+8
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+1
* Support/FileSystem: Implement recursive_directory_iterator and makeMichael J. Spencer2011-12-081-1/+6
* Fix bug in RefCountedBase/RefCountedBaseVPTR where the reference count was ac...Ted Kremenek2011-11-171-0/+3
* IntrusiveRefCntPtr: in RefCountedBase and RefCountedBaseVPTR, makePeter Collingbourne2011-04-041-7/+7
* Relax access control on 'Release' method of RefCountedBase.Ted Kremenek2011-03-221-3/+1
* Allow a client to clear an IntrustiveRefCntPtr (deliberately leaking the refe...Ted Kremenek2011-03-211-0/+4
* If a class inherits from RefCountedBaseVPTR allow all its subclasses to be us...Argyrios Kyrtzidis2011-03-201-2/+2
* Fixed lint errors:Misha Brukman2009-02-201-1/+1
* improvements for IntrusiveRefCntPtr, patch by Mikhail GlushenkovChris Lattner2008-04-111-2/+7
* Add first proof-of-concept universal compiler driver framework basedAnton Korobeynikov2008-03-231-1/+1
* Update per review. Patch by Mikhail Glushenkov!Anton Korobeynikov2008-02-261-56/+17
* Add smart refcounting pointer class to ADT back (known before as IntrusiveSPt...Anton Korobeynikov2008-02-221-0/+264