Skip to content

[regression] "You seem to be initializing a member variable with itself" #461

Description

@lgalfaso

The code below used to be understood without reporting an error, now it is reporting "You seem to be initializing a member variable with itself"

class foo {
  foo(bool bar): bar(bar) {}

 private:
  bool bar;
};

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