Files
codeql/swift/ql/lib/change-notes/released/0.3.1.md
2023-10-16 17:49:39 +00:00

9 lines
395 B
Markdown

## 0.3.1
### Minor Analysis Improvements
* Improved taint models for `Numeric` types and `RangeReplaceableCollection`s.
* The nil-coalescing operator `??` is now supported by the CFG construction and dataflow libraries.
* The data flow library now supports flow to the loop variable of for-in loops.
* The methods `getIteratorVar` and `getNextCall` have been added to the `ForEachStmt` class.