https://github.com/mizvekov commented:
So this expression has been transformed twice, first when checking the template arguments for the concept/template specialization, and then in the second time for the SubstNonTypeTemplateParmExpr transform. Why does it fail the second time but not the first? Supposedly the first time around it was also an Unevaluated context. Have we messed up the contexts somehow? https://github.com/llvm/llvm-project/pull/196791 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
