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 my cursor is on the moo, the actual symbol under cursor is assert macro, because Clang doesn't know that assert's argument is just inserted into code without any modifications. Same is for CHECK and Auto, so neither looking for definitions nor looking for references work -- definition/references of assert/CHECK/Auto are shown instead.
The text was updated successfully, but these errors were encountered:
For the line
assert(moo == 5);
if my cursor is on the moo, the actual symbol under cursor is assert macro, because Clang doesn't know that assert's argument is just inserted into code without any modifications. Same is for CHECK and Auto, so neither looking for definitions nor looking for references work -- definition/references of assert/CHECK/Auto are shown instead.
The text was updated successfully, but these errors were encountered: