Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Properly detect item under cursor when within a macro #31

Open
SkidanovAlex opened this issue Jun 2, 2014 · 0 comments
Open

Properly detect item under cursor when within a macro #31

SkidanovAlex opened this issue Jun 2, 2014 · 0 comments

Comments

@SkidanovAlex
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant