[PATCH] D126907: Deferred Concept Instantiation Implementation Take 2
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 15 12:57:07 PDT 2022
erichkeane added a comment.
In D126907#3585626 <https://reviews.llvm.org/D126907#3585626>, @erichkeane wrote:
> See here: https://github.com/llvm/llvm-project/issues/55673
>
> This might be the same issue, the crash at least looks the same.
Note: Looks to not be the same problem :/ Additionally, the fix I thought would work here does not, so I'm back at square 1 on that crash again. I was trying to move the 'isEvaluatingAConstraint' out of Sema (since we don't want to isntantiate a type constraint until we are checking it!) but that causes us to fail a number of OTHER tests for checking an uninstantiated constraint.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126907/new/
https://reviews.llvm.org/D126907
More information about the cfe-commits
mailing list