[PATCH] D32634: Emulate TrackingVH using WeakVH

Sanjoy Das via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 1 00:37:22 PDT 2017


sanjoy updated this revision to Diff 97267.
sanjoy added a comment.

Address review.

After this TrackingVH is a simple wrapper on WeakVH with two extra checks on access.


https://reviews.llvm.org/D32634

Files:
  include/llvm/IR/ValueHandle.h
  lib/IR/Value.cpp
  unittests/IR/ValueHandleTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32634.97267.patch
Type: text/x-patch
Size: 6644 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170501/978b2ead/attachment-0001.bin>


More information about the llvm-commits mailing list