Skip to content

0.0.5 - Small fixes

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Apr 15:25

Fixed bug with wrong type name in TypeStatement.
Removed Utils::getNormalizedTypeRef function because it's local & buggy place (Replaced by getQualTypeBaseInfo).
Added glm as test project dependency (used to test analyzer).
Added tests for python integration.
Changed type hints in debugger.

Known issues:
From 0.0.4 we have an issue with glm::vecN types (because they are interpreted as partial specialiaztion & not supported yet). Fix in progress.