bkryza / clang-uml

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

Allow translation unit glob to accept also regular expressions #299

Closed bkryza closed 3 months ago

bkryza commented 3 months ago

Currently, glob option used to filter translation units only accepts glob patterns which is rather limited, and only allows to whitelist files and to ignore certain file names (e.g. containing word test or example).

The glob option should also allow regular expressions which can be specifed as:

glob:
  - r: "src/app/.*\\.cc"