Skip to content

[clang][ExtractAPI] Nested types are not handled #61477

@daniel-grumberg

Description

@daniel-grumberg

Currently ExtractAPI fails to handle nested types like:

struct MyStruct {
  struct {
    int a;
  }
}

What we would like is for the nested struct to be have a relationship to the parent context of memberOf and for the path components to reflect the nesting.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions