mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
270 B
270 B
category
| category |
|---|
| feature |
- Added a class
DataFlow::IndirectParameterNodeto represent the indirection of a parameter as a dataflow node. - Added a predicate
Node::asIndirectInstructionwhich returns theInstructionthat defines the indirect dataflow node, if any.