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
[clang] fix transformation of subst constant template parameter nodes (llvm#161029)
This simplifies those transforms a lot, removing a bunch of workarounds
which were introducing problems.
The transforms become independent of the template instantiator, so they
are moved to TreeTransform instead.
Fixesllvm#131342
This PR was already reviewed and approved at
llvm#160777, but I accidentally
merged that into another PR, instead of main.
0 commit comments