Files
clang-uml/CHANGELOG.md

353 B

CHANGELOG

  • Fixed handling of classes nested in templates and anonymous nested structs
  • Fixed handling of configurable type aliases

0.2.0

  • Refactored translation units visitors from libclang to Clang LibTooling (#50)
  • Fixed root namespace handling (#45)
  • Removed static prefix from constructors

0.1.0

  • Initial release