mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
Also changed the definition of a relevant call-target, so it's only what is in the actual source code, which is what we want in the future! (so what we're designing type-tracking to handle) I also changed terminology from `callee` to `target`. It felt more natural this way in my opinion.