Skip to content

Gives (mostly) useless results for structs nested within classes #11

Open
@auscompgeek

Description

@auscompgeek

Encountered when I was working on robotpy-rev. Struct in question is rev::CANSparkMax::ExternalFollower.

  • The struct gets listed as a class at the header level, as well as in the class nested classes list.
  • Any method parameters that use the nested struct as its type are "unresolved".

Activity

virtuald

virtuald commented on Sep 27, 2019

@virtuald
Member

Yeah. There's a lot of badness related to namespaces and scopes. It's a wonder this thing works at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Gives (mostly) useless results for structs nested within classes · Issue #11 · robotpy/robotpy-cppheaderparser