Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1900734 commit e379a60Copy full SHA for e379a60
1 file changed
change-notes/1.22/analysis-cpp.md
@@ -20,6 +20,9 @@ The following changes in version 1.22 affect C/C++ analysis in all applications.
20
- The data flow library (`semmle.code.cpp.dataflow.DataFlow`) has had the
21
following improvements, all of which benefit the taint tracking library
22
(`semmle.code.cpp.dataflow.TaintTracking`) as well.
23
+ - This release includes preliminary support for flow interprocedural through
24
+ 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.
26
- The possibility of specifying barrier edges using
27
`isBarrierEdge`/`isSanitizerEdge` in data-flow and taint-tracking
28
configurations has been replaced with the option of specifying in- and
0 commit comments