mirror of
https://github.com/github/codeql.git
synced 2026-08-05 18:03:27 +02:00
Going all the way to the AST layer seemed excessive to me, so I rewrote it to do most of the logic at the data-flow layer. In principle this _could_ result in more names being computed (due to splitting), but in practice I don't expect this make a big difference.