-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ICE on concept with member function call that lacks parentheses #52905
Comments
A reduced example: https://godbolt.org/z/ebr9YTbdr |
This should be fixed in: 8de2d06. |
@llvm/issue-subscribers-bug |
I have an alternative fix for this at https://reviews.llvm.org/D118552 |
Quuxplusone
added a commit
that referenced
this issue
Feb 1, 2022
Bug #52905 was originally papered over in a different way, but I believe this is the actually proper fix, or at least closer to it. We need to detect placeholder types as close to the front-end as possible, and cause them to fail constraints, rather than letting them persist into later stages. Fixes #52905. Fixes #52909. Fixes #53075. Differential Revision: https://reviews.llvm.org/D118552
ahatanaka
pushed a commit
to swiftlang/llvm-project
that referenced
this issue
May 26, 2022
Bug llvm#52905 was originally papered over in a different way, but I believe this is the actually proper fix, or at least closer to it. We need to detect placeholder types as close to the front-end as possible, and cause them to fail constraints, rather than letting them persist into later stages. Fixes llvm#52905. Fixes llvm#52909. Fixes llvm#53075. Differential Revision: https://reviews.llvm.org/D118552 (cherry picked from commit f6ce456)
ahatanaka
added a commit
to swiftlang/llvm-project
that referenced
this issue
May 27, 2022
…4758) Bug llvm#52905 was originally papered over in a different way, but I believe this is the actually proper fix, or at least closer to it. We need to detect placeholder types as close to the front-end as possible, and cause them to fail constraints, rather than letting them persist into later stages. Fixes llvm#52905. Fixes llvm#52909. Fixes llvm#53075. Differential Revision: https://reviews.llvm.org/D118552 (cherry picked from commit f6ce456) Co-authored-by: Arthur O'Dwyer <arthur.j.odwyer@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
MRE: https://godbolt.org/z/Kdsoz1eGP
Code for indexing:
The text was updated successfully, but these errors were encountered: