FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[regression] "You seem to be initializing a member variable with itself" · Issue #461 · cpplint/cpplint · GitHub

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

Description

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


    Back | FazBrowse Home | New Git URL