mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
The `raw/internal` folder has been restructured to better enhance code sharing between compiler generated elements and AST generated elements. The translated calls classes have been refactored to better fit the C# library. A new folder has been added, `common` that provides blueprints for the classes that deal with translations of calls, declarations, exprs and conditions. Several `TranslatedX.qll` files have been modified so that they use those blueprint classes.