bkryza / clang-uml

Customizable automatic UML diagram generator for C++ based on Clang.
Apache License 2.0
610 stars 44 forks source link

Improve handling of array type fields and anonymous structs #278

Closed bkryza closed 5 months ago

bkryza commented 5 months ago

Currently there are a few issues related to how arrays of nested structs both named and anonymous are handled.

Related to #277.