Merge pull request #20126 from MathiasVP/fix-missing-global-flow

C++: Fix missing global variable flow
This commit is contained in:
Jeroen Ketema
2025-08-11 11:54:35 +02:00
committed by GitHub
16 changed files with 358 additions and 7 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Improved dataflow through global variables in the new dataflow library (`semmle.code.cpp.dataflow.new.DataFlow` and `semmle.code.cpp.dataflow.new.TaintTracking`). Queries based on these libraries will produce more results on codebases with many global variables.