File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,10 @@ The following changes in version 1.22 affect C/C++ analysis in all applications.
2020- The data flow library (` semmle.code.cpp.dataflow.DataFlow ` ) has had the
2121 following improvements, all of which benefit the taint tracking library
2222 (` semmle.code.cpp.dataflow.TaintTracking ` ) as well.
23- - This release includes preliminary support for flow interprocedural through
23+ - This release includes preliminary support for interprocedural flow through
2424 fields (non-static data members). In some cases, data stored in a field in
25- one function can flow to a read of the same field in a different function.
25+ one function can now flow to a read of the same field in a different
26+ function.
2627 - The possibility of specifying barrier edges using
2728 ` isBarrierEdge ` /` isSanitizerEdge ` in data-flow and taint-tracking
2829 configurations has been replaced with the option of specifying in- and
You can’t perform that action at this time.
0 commit comments