diff options
| author | Nick Lewycky <nicholas@mxc.ca> | 2009-04-19 18:20:21 +0000 |
|---|---|---|
| committer | Nick Lewycky <nicholas@mxc.ca> | 2009-04-19 18:20:21 +0000 |
| commit | 721210a6b0304e1bfbf05049e9acad96cceb720f (patch) | |
| tree | 1eba70ebc3597df8d169175a147f2d3f6836f14e | |
| parent | 66f891e387a22d184ddb5e2b2ef0810dc923675d (diff) | |
| download | external_llvm-721210a6b0304e1bfbf05049e9acad96cceb720f.zip external_llvm-721210a6b0304e1bfbf05049e9acad96cceb720f.tar.gz external_llvm-721210a6b0304e1bfbf05049e9acad96cceb720f.tar.bz2 | |
Fix missing text in doxygen documentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69529 91177308-0d34-0410-b5e6-96231b3b80d8
| -rw-r--r-- | include/llvm/Support/ValueHandle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/ValueHandle.h b/include/llvm/Support/ValueHandle.h index a668656..a594e3a 100644 --- a/include/llvm/Support/ValueHandle.h +++ b/include/llvm/Support/ValueHandle.h @@ -152,7 +152,7 @@ public: /// Note that an AssertingVH handle does *not* follow values across RAUW /// 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 - /// class turns into a trivial wrapper around a pointer. +/// class turns into a trivial wrapper around a pointer. template <typename ValueTy> class AssertingVH #ifndef NDEBUG |
