forked from OSchip/llvm-project
parent
774b584f42
commit
c008e61f26
|
@ -340,8 +340,7 @@ public:
|
||||||
/// when the underlying Value has RAUW called on it or is destroyed. This
|
/// when the underlying Value has RAUW called on it or is destroyed. This
|
||||||
/// class can be used as the key of a map, as long as the user takes it out of
|
/// class can be used as the key of a map, as long as the user takes it out of
|
||||||
/// the map before calling setValPtr() (since the map has to rearrange itself
|
/// the map before calling setValPtr() (since the map has to rearrange itself
|
||||||
/// when the pointer changes). Unlike ValueHandleBase, this class has a vtable
|
/// when the pointer changes). Unlike ValueHandleBase, this class has a vtable.
|
||||||
/// and a virtual destructor.
|
|
||||||
class CallbackVH : public ValueHandleBase {
|
class CallbackVH : public ValueHandleBase {
|
||||||
virtual void anchor();
|
virtual void anchor();
|
||||||
protected:
|
protected:
|
||||||
|
|
Loading…
Reference in New Issue