mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
Because `ConstructorFieldInit` (member initializer lists) are not part of the control flow graph, there was no data flow from the initial value of parameters to their uses in member initializers. This commit adds the necessary flow under the assumption that parameters are not overwritten in member initializers.