mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Fix missing text in doxygen documentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69529 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a507e5538f
commit
7c53316922
@ -152,7 +152,7 @@ public:
|
|||||||
/// Note that an AssertingVH handle does *not* follow values across RAUW
|
/// Note that an AssertingVH handle does *not* follow values across RAUW
|
||||||
/// operations. This means that RAUW's need to explicitly update the
|
/// operations. This means that RAUW's need to explicitly update the
|
||||||
/// AssertingVH's as it moves. This is required because in non-assert mode this
|
/// AssertingVH's as it moves. This is required because in non-assert mode this
|
||||||
/// class turns into a trivial wrapper around a pointer.
|
/// class turns into a trivial wrapper around a pointer.
|
||||||
template <typename ValueTy>
|
template <typename ValueTy>
|
||||||
class AssertingVH
|
class AssertingVH
|
||||||
#ifndef NDEBUG
|
#ifndef NDEBUG
|
||||||
|
Loading…
Reference in New Issue
Block a user