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
[llvm-foreach] Adjust output var usage for --out-increment (#3772)
When using --out-increment, the output string was being populated
and put into the Args vector using the same variable as the --out-replace
causing a potential overwrite problem. Use a new var for out-increment.
0 commit comments