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

[cpp] member fields can get highlighted incorrectly when invoked in a macro. #302

Open
takamori opened this issue May 15, 2020 · 3 comments

Comments

@takamori
Copy link
Contributor

foo() {
  Bar stuff;
  baz(stuff.stuff);   // expected: stuff field highlighted different from stuff instance.
  MYMACRO(stuff.stuff);   // **unexpected: stuff field highlighted identical to stuff instance.
}
@marijnh
Copy link
Member

marijnh commented May 15, 2020

Please see the discussion in #125 for the reason for this.

@takamori
Copy link
Contributor Author

takamori commented May 15, 2020 via email

@marijnh
Copy link
Member

marijnh commented May 15, 2020

Oh, sorry, typo, I wanted to link issue #128

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

2 participants