This is an archive of the discontinued LLVM Phabricator instance.

Rename WeakVH to WeakTrackingVH; NFC
ClosedPublic

Authored by sanjoy on Apr 19 2017, 9:47 PM.

Details

Summary

I plan to use WeakVH to mean "nulls itself out on deletion, but does
not track RAUW" in a subsequent commit.

Diff Detail

Repository
rL LLVM

Event Timeline

sanjoy created this revision.Apr 19 2017, 9:47 PM
davide accepted this revision.Apr 25 2017, 2:10 PM

LGTM

This revision is now accepted and ready to land.Apr 25 2017, 2:10 PM
This revision was automatically updated to reflect the committed changes.