bkryza / clang-uml

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

Fix advanced diagram filter behaviour with paths filter #314

Closed bkryza closed 3 weeks ago

bkryza commented 3 weeks 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.