bkryza / clang-uml

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

Fix advanced diagram filter behaviour with paths filter #314

Closed bkryza closed 2 months ago

bkryza commented 2 months ago

Currently, diagrams of type anyof which include a paths filter are not working properly, as the paths filter is applied regardless of the advanced mode too early.