[llvm-commits] [llvm] r161112 - /llvm/trunk/include/llvm/ADT/IntrusiveRefCntPtr.h

Axel Naumann Axel.Naumann at cern.ch
Wed Aug 1 07:53:13 PDT 2012


Author: axel
Date: Wed Aug  1 09:53:13 2012
New Revision: 161112

URL: http://llvm.org/viewvc/llvm-project?rev=161112&view=rev
Log:
Reference IntrusiveRefCntPtr in doxygen doc of RefCountedBase to get a link to the pointer class documentation.

Modified:
    llvm/trunk/include/llvm/ADT/IntrusiveRefCntPtr.h

Modified: llvm/trunk/include/llvm/ADT/IntrusiveRefCntPtr.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ADT/IntrusiveRefCntPtr.h?rev=161112&r1=161111&r2=161112&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ADT/IntrusiveRefCntPtr.h (original)
+++ llvm/trunk/include/llvm/ADT/IntrusiveRefCntPtr.h Wed Aug  1 09:53:13 2012
@@ -34,7 +34,7 @@
 /// RefCountedBase - A generic base class for objects that wish to
 ///  have their lifetimes managed using reference counts. Classes
 ///  subclass RefCountedBase to obtain such functionality, and are
-///  typically handled with IntrusivePtr "smart pointers" (see below)
+///  typically handled with IntrusiveRefCntPtr "smart pointers" (see below)
 ///  which automatically handle the management of reference counts.
 ///  Objects that subclass RefCountedBase should not be allocated on
 ///  the stack, as invoking "delete" (which is called when the





More information about the llvm-commits mailing list