Skip to content

Commit 83e0a65

Browse files
committed
C++: improved wording
1 parent e379a60 commit 83e0a65

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

change-notes/1.22/analysis-cpp.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)