You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Do not normalize empty FoldExprs?
* Refactor substituteParameterMappings. NFC
* Establish a mapping on fold exprs
* Remove unused return
* Fix another crash where we accidentally transformed the requires expression where we shouldn't
We might be evaluating a constraint when establishing parameter mappings
* Do not expand too much packs within a FoldExpr
* Revert "Do not expand too much packs within a FoldExpr"
This reverts commit 542eb27.
* Reapply "Do not expand too much packs within a FoldExpr"
This reverts commit 11c2ce0.
* Fix another assertion
* Avoid extra expansions by not building PackExpansionTypes
* [do not merge] debugging
* Revert "[do not merge] debugging"
This reverts commit 03d9aba.
* Cache?
* Atomic concept cache?
* Avoid computing cache with SubstitutionInTemplateArguments
That is a heavy operation!
0 commit comments