This is an archive of the discontinued LLVM Phabricator instance.

[clang][wip] Better handling of dependent lambda.This is an attempt to fix GH62916.However, it breaks GH57960I seem unable to find something that works for both issues.
AbandonedPublic

Authored by cor3ntin on Jun 2 2023, 8:15 AM.

Details

Reviewers
None

Diff Detail

Event Timeline

cor3ntin created this revision.Jun 2 2023, 8:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 2 2023, 8:15 AM
cor3ntin requested review of this revision.Jun 2 2023, 8:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 2 2023, 8:15 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
cor3ntin abandoned this revision.EditedJun 7 2023, 4:43 AM
cor3ntin added a subscriber: Eric.

@erichkeane suggested we should not try to transform the body of the lambda at all, which may be a better approach.

cor3ntin retitled this revision from [clang][wip] Better handling of dependent lambda. This is an attempt to fix GH62916. However, it breaks GH57960 I seem unable to find something that works for both issues. to [clang][wip] Better handling of dependent lambda.This is an attempt to fix GH62916.However, it breaks GH57960I seem unable to find something that works for both issues..Jun 7 2023, 4:43 AM
cor3ntin added a subscriber: erichkeane.
cor3ntin removed a subscriber: Eric.