Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for C++20 modules #101

Closed
bkryza opened this issue Mar 1, 2023 · 1 comment · Fixed by #228
Closed

Add support for C++20 modules #101

bkryza opened this issue Mar 1, 2023 · 1 comment · Fixed by #228

Comments

@bkryza
Copy link
Owner

bkryza commented Mar 1, 2023

This issue concerns only class diagrams, and the feature should enable at least:

  • support for 'glob' pattern to filter translation units based also on modules
  • enable filtering elements in the diagram based on whether they are exported or not
  • enable drawing packages for modules in addition to packages for namespaces (maybe in some different style to differentiate)
  • add test cases to make sure that clang-uml even works with modules at all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant