This is an archive of the discontinued LLVM Phabricator instance.

llvm-diff: Fix crash on anonymous functions
ClosedPublic

Authored by arsenm on Sep 21 2018, 5:08 AM.

Details

Reviewers
rjmccall
Summary

Not sure what the correct behavior is for this.
Skip them and report how many there were.

Diff Detail

Event Timeline

arsenm created this revision.Sep 21 2018, 5:08 AM
rjmccall accepted this revision.Sep 21 2018, 11:00 AM

LGTM. And yeah, I don't have a better recommendation in the short term. Long-term, maybe we can try to match them up by uses or types.

This revision is now accepted and ready to land.Sep 21 2018, 11:00 AM
arsenm closed this revision.Sep 24 2018, 5:05 AM

r342857