mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
The predicate ``` argumentValueFlowsThrough(ArgumentNode arg, OutNode out, CallContext cc) ``` has been generalized to ``` argumentValueFlowsThrough( DataFlowCall call, ArgumentNode arg, Node out, ContentOption contentIn, ContentOption contentOut ) ``` This enables us to summarize normal flow-through (as before), getters, setters, as well as getter-setters.