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][transformer] Allow usage of applyFirst with rewriteDescendants
Without these changes a clash appears between a Tag, which is
bound to enclosing match, and a Tag, which is associated with first
Case of applyFirst in rewriteDescendands.
We fix this by making sure that associated Tags are unique and
deterministic as they are intend to be.
0 commit comments