mirror of
https://github.com/github/codeql.git
synced 2026-04-21 06:55:31 +02:00
We used to use the CfgNode for the comprehension itself. In cases where that is also an argument, say ```python ",".join([x for x in l]) ``` that would be an argument to two different calls causing a dataflow consistency violation.