Files
codeql/java
Chris Smowton 20b97af02f Implement dataflow for record patterns
Strategy: there is now a regular flow step from an instance-of LHS / switch expr to the pattern, 0 or more read steps corresponding to record pattern destructors, and then finally a normal SSA def/use step connecting the binding patterns to their first uses.
2023-11-30 11:24:00 +00:00
..
2022-10-20 08:21:02 -04:00
2023-11-30 11:24:00 +00:00