This is an archive of the discontinued LLVM Phabricator instance.

Make inalloca lambda parameters work (for 32-bit windows).
AbandonedPublic

Authored by akhuang on Oct 11 2022, 4:55 PM.

Details

Reviewers
None
Summary

This fixes a bug where inalloca arguments can't be used as parameters in
non-capturing lambdas.

Diff Detail

Event Timeline

akhuang created this revision.Oct 11 2022, 4:55 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 11 2022, 4:55 PM
akhuang requested review of this revision.Oct 11 2022, 4:55 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 11 2022, 4:55 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
akhuang abandoned this revision.Oct 28 2022, 11:20 AM