mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +00:00
Reference IntrusiveRefCntPtr in doxygen doc of RefCountedBase to get a link to the pointer class documentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161112 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -34,7 +34,7 @@ namespace llvm {
|
|||||||
/// RefCountedBase - A generic base class for objects that wish to
|
/// RefCountedBase - A generic base class for objects that wish to
|
||||||
/// have their lifetimes managed using reference counts. Classes
|
/// have their lifetimes managed using reference counts. Classes
|
||||||
/// subclass RefCountedBase to obtain such functionality, and are
|
/// 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.
|
/// which automatically handle the management of reference counts.
|
||||||
/// Objects that subclass RefCountedBase should not be allocated on
|
/// Objects that subclass RefCountedBase should not be allocated on
|
||||||
/// the stack, as invoking "delete" (which is called when the
|
/// the stack, as invoking "delete" (which is called when the
|
||||||
|
Reference in New Issue
Block a user