This commit is contained in:
Geoffrey White 2019-06-18 16:03:10 +01:00
Родитель 98d80deefb
Коммит 659fa477df
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -17,3 +17,4 @@
- The predicate `Variable.getAnAssignedValue()` now reports assignments to fields resulting from aggregate initialization (` = {...}`).
- 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.
- 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.