This is an archive of the discontinued LLVM Phabricator instance.

[codeview] Pass CVRecord to visitTypeBegin callback.
ClosedPublic

Authored by ruiu on Jun 16 2016, 7:20 AM.

Details

Summary

Both parameters to visitTypeBegin are actually members of CVRecord,
so we can just pass CVRecord instead of destructuring it.

Diff Detail

Repository
rL LLVM

Event Timeline

ruiu updated this revision to Diff 60971.Jun 16 2016, 7:20 AM
ruiu retitled this revision from to [codeview] Pass CVRecord to visitTypeBegin callback..
ruiu updated this object.
ruiu added a reviewer: zturner.
ruiu added a subscriber: llvm-commits.
zturner accepted this revision.Jun 16 2016, 7:43 AM
zturner edited edge metadata.
This revision is now accepted and ready to land.Jun 16 2016, 7:43 AM
This revision was automatically updated to reflect the committed changes.