mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
Dataflow: Add change note.
This commit is contained in:
4
shared/dataflow/change-notes/2023-09-12-typeflow.md
Normal file
4
shared/dataflow/change-notes/2023-09-12-typeflow.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
category: majorAnalysis
|
||||
---
|
||||
* Added support for type-based call edge pruning. This removes data flow call edges that are incompatible with the set of flow paths that reach it based on type information. This improves dispatch precision for constructs like lambdas, `Object.toString()` calls, and the visitor pattern. For now this is only enabled for Java and C#.
|
||||
Reference in New Issue
Block a user