mirror of
https://github.com/github/codeql.git
synced 2026-05-04 21:25:44 +02:00
Correct code is now generated for array initialization and element access. Created a new binary Opcode, `IndexedElementAddress`, used to get the address of an array element, similar to how CIL does it. Fixed simple variable initialization.