0.0.5 - Small fixes
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.