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
If a variable of the same name is defined in more the one function "Find All References" treats them as the same. This not the expected behavior for C/C++ which considers such variables to be local to the function not global. This behavior in turn results in "Rename Symbol" not working as expected for such variables.
The text was updated successfully, but these errors were encountered:
If a variable of the same name is defined in more the one function "Find All References" treats them as the same. This not the expected behavior for C/C++ which considers such variables to be local to the function not global. This behavior in turn results in "Rename Symbol" not working as expected for such variables.
The text was updated successfully, but these errors were encountered: