This is an archive of the discontinued LLVM Phabricator instance.

[ASTMatchers] Statically specify ownership of verifiers in tests. NFC
ClosedPublic

Authored by courbet on Apr 21 2016, 6:33 AM.

Details

Reviewers
aaron.ballman
Summary

Statically specify ownership of verifiers in tests. NFC

Diff Detail

Event Timeline

courbet updated this revision to Diff 54493.Apr 21 2016, 6:33 AM
courbet retitled this revision from to [ASTMatchers] Statically specify ownership of verifiers in tests. NFC.
courbet updated this object.
courbet added a reviewer: aaron.ballman.
courbet added a subscriber: cfe-commits.
aaron.ballman accepted this revision.Apr 21 2016, 6:46 AM
aaron.ballman edited edge metadata.

LGTM! Thank you for the cleanup, this is more clear about the ownership semantics.

This revision is now accepted and ready to land.Apr 21 2016, 6:46 AM

Thanks! Would you mind submitting this for me ?

aaron.ballman closed this revision.Apr 21 2016, 6:57 AM

Commit in r266986, thank you!