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
[clangd] Fix off-by-one error in CommandMangler (#160029)
SawInput() is intended to be called for every argument after a `--`, but
it was mistakenly being called for the `--` itself.
Partially fixesclangd/clangd#1850
0 commit comments