| Issue |
61477
|
| Summary |
[clang][ExtractAPI] Nested types are not handled
|
| Labels |
good first issue,
clang:tooling
|
| Assignees |
|
| Reporter |
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.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs