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
What I found is that ConditionRange point to ')' character only, and we compare later ')' with ')', oryginal issue is probably somewhere in clang preprocessor, but still easiest fix would be simply to take as a begining of range a token after 'if'.
(Godbolt) generates
which is obviously wrong.
The text was updated successfully, but these errors were encountered: