This is an archive of the discontinued LLVM Phabricator instance.

OpaquePtr: Make byval/sret types mandatory
ClosedPublic

Authored by arsenm on Nov 20 2020, 5:08 PM.

Diff Detail

Event Timeline

arsenm created this revision.Nov 20 2020, 5:08 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 20 2020, 5:08 PM
arsenm requested review of this revision.Nov 20 2020, 5:08 PM

Test coverage? (I guess all tests are already updated, but having a test showing what happens/testing the errors if these things are missing would probably be good)

arsenm updated this revision to Diff 306813.Nov 20 2020, 6:00 PM

Add parse error tests

dblaikie accepted this revision.Nov 20 2020, 6:07 PM

Generally looks good to me, thanks!

This revision is now accepted and ready to land.Nov 20 2020, 6:07 PM

FWIW, if you include the Differential Revision: https:\\reviews.llvm.org\DXXXX in the commit description, it'll autoclose the review so you don't have to & record the revision here, show any trailing diffs between the review and the commit, and the link comes in handy when reading the revision history to quickly/easily jump to the review for more context.