mirror of
https://github.com/github/codeql.git
synced 2026-02-23 10:23:41 +01:00
Incidentially this also shows that for contructs like `if (char x = ...)`, so there is an initialization but not initializer statement, the initialization is not displayed in the AST, although the IR does contain the initialization.