Skip to content

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

@takamori

Description

@takamori
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.
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions