Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
@erichkeane suggested we should not try to transform the body of the lambda at all, which may be a better approach.
Paths
| Differential D152002
[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
Diff Detail
Event TimelineComment Actions @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
Revision Contents
Diff 527868 clang/lib/Sema/SemaTemplateInstantiate.cpp
clang/lib/Sema/TreeTransform.h
clang/test/SemaCXX/lambda-expressions.cpp
|