KDAB / knut

Knut is an automation tool for code transformation using scripts.
Other
5 stars 15 forks source link

Check type information provided by symbols #127

Closed LeonMatthesKDAB closed 2 months ago

LeonMatthesKDAB commented 2 months ago

Make sure that the type information returned by symbols is accurate by:

  1. Adding a TypedSymbol that knows about the type of its symbol
  2. Making sure FunctionSymbol can extract complex type signatures correctly

Fix #117