forked from OSchip/llvm-project
parent
7062c50772
commit
169b2f191d
|
@ -123,6 +123,9 @@ public:
|
|||
WeakVH(const WeakVH &RHS)
|
||||
: ValueHandleBase(Weak, RHS) {}
|
||||
|
||||
operator Value*() const {
|
||||
return getValPtr();
|
||||
}
|
||||
};
|
||||
|
||||
/// AssertingVH - This is a Value Handle that points to a value and asserts out
|
||||
|
|
Loading…
Reference in New Issue