mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +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.