Fix Clang-tidy modernize-use-nullptr warnings in examples and include directories...
[oota-llvm.git] / include / llvm / ADT / IntrusiveRefCntPtr.h
2015-09-29 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in exampl...
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2015-02-15 Aaron BallmanRemoving LLVM_EXPLICIT, as MSVC 2012 was the last reaso...
2014-09-23 Argyrios Kyrtzidis[ADT/IntrusiveRefCntPtr] Give friend access to Intrusiv...
2014-07-05 Alp TokerRemove IntrusiveRefCntPtr::getPtr() function
2014-07-05 Alp TokerDeprecate IntrusiveRefCntPtr::getPtr() in favour of...
2014-06-03 Rafael EspindolaImplement one operator== with another.
2014-06-03 Rafael EspindolaAdd operator== and operator!= to compare with nullptr.
2014-06-03 Rafael EspindolaRemove the last unspecified_bool_type from llvm.
2014-04-09 Craig Topper[C++11] Replace some comparisons with 'nullptr' with...
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2014-03-31 Dmitri GribenkoRemove unused private typedef
2014-03-06 Chandler Carruth[cleanup] Re-sort the standard library include lines.
2014-03-05 Hans WennborgWork around MSVC bug in IntrusiveRefCntPtr.h
2014-03-05 Ben LangmuirAdd a ThreadSafeRefCountedBase
2014-03-01 Chandler Carruth[C++11] Remove the R-value reference #if usage from...
2013-03-27 Rafael EspindolaCleanup the simplify_type implementation.
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-08-01 Axel NaumannReference IntrusiveRefCntPtr in doxygen doc of RefCount...
2012-05-31 Benjamin KramerIntrusiveRefCntPtr: Simplify operator= as suggested...
2012-05-27 Benjamin KramerIntrusiveRefCntPtr: Use the same pattern as the other...
2012-05-27 Benjamin KramerMove-enable IntrusiveRefCntPtr.
2012-01-31 Manuel KlimekRefCountedBaseVPTR needs the IntrusiveRefCntPtrInfo...
2012-01-31 Ted KremenekRelax constructor for IntrusiveRefCntPtr to not be...
2012-01-31 Ted KremenekUse traits for IntrusiveRefCntPtr to determine how...
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-12-08 Michael J. SpencerSupport/FileSystem: Implement recursive_directory_itera...
2011-11-17 Ted KremenekFix bug in RefCountedBase/RefCountedBaseVPTR where...
2011-04-04 Peter CollingbourneIntrusiveRefCntPtr: in RefCountedBase and RefCountedBas...
2011-03-22 Ted KremenekRelax access control on 'Release' method of RefCountedBase.
2011-03-21 Ted KremenekAllow a client to clear an IntrustiveRefCntPtr (deliber...
2011-03-20 Argyrios KyrtzidisIf a class inherits from RefCountedBaseVPTR allow all...
2009-02-20 Misha BrukmanFixed lint errors:
2008-04-11 Chris Lattnerimprovements for IntrusiveRefCntPtr, patch by Mikhail...
2008-03-23 Anton KorobeynikovAdd first proof-of-concept universal compiler driver...
2008-02-26 Anton KorobeynikovUpdate per review. Patch by Mikhail Glushenkov!
2008-02-22 Anton KorobeynikovAdd smart refcounting pointer class to ADT back (known...