Skip to content

Commit b6769e6

Browse files
committed
CPP: Change note.
1 parent a1f69d5 commit b6769e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

change-notes/1.22/analysis-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
- The predicate `TypeMention.toString()` has been simplified to always return the string "`type mention`". This may improve performance when using `Element.toString()` or its descendants.
2525
- The `semmle.code.cpp.security.TaintTracking` library now considers a pointer difference calculation as blocking taint flow.
2626
- Fixed the `LocalScopeVariableReachability.qll` library's handling of loops with an entry condition is both always true upon first entry, and where there is more than one control flow path through the loop condition. This change increases the accuracy of the `LocalScopeVariableReachability.qll` library and queries which depend on it.
27-
- The `semmle.code.cpp.models` library now models data flow through `std::swap`.
27+
- The `semmle.code.cpp.models` library now models data flow through `std::swap`, `std::string` and `std::stringstream`.

0 commit comments

Comments
 (0)