KDAB / knut

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

fix: Make Symbols & query... calls consistent #131

Closed LeonMatthesKDAB closed 2 months ago

LeonMatthesKDAB commented 2 months ago

We have a lot of symbols that have corresponding functions to query them directly. Before this commit they actually used completely different queries, which could result in inconsistency between the data returned from a symbol and from the query that should query the same thing.

This also fixes many pointer captures that weren't correct in many instances.

Fix #118