Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 846e373

Browse files
committed
C++: Change note for recursion prevention
1 parent fdd3b90 commit 846e373

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

change-notes/1.22/analysis-cpp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@
2929
- 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.
3030
- The `semmle.code.cpp.models` library now models data flow through `std::swap`.
3131
- There is a new `Variable.isThreadLocal()` predicate. It can be used to tell whether a variable is `thread_local`.
32+
- Recursion through the `DataFlow` library is now always a compile error. Such recursion has been deprecated since release 1.16. If one `DataFlow::Configuration` needs to depend on the results of another, switch one of them to use one of the `DataFlow2` through `DataFlow4` libraries.

0 commit comments

Comments
 (0)