mirror of
https://github.com/github/codeql.git
synced 2026-05-08 23:21:37 +02: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.