Update cpp/ql/lib/change-notes/released/0.3.1.md

This commit is contained in:
Asger F
2022-07-14 12:09:58 +02:00
committed by GitHub
parent fe1f1bb79d
commit 9f184ec122

View File

@@ -2,4 +2,4 @@
### Minor Analysis Improvements
* `AnalysedExpr::isNullCheck` and `AnalysedExpr::isValidCheck` have been updated to handle variable accesses on the left-hand side of the the C++ logical "and", and variable declarations in conditions.
* `AnalysedExpr::isNullCheck` and `AnalysedExpr::isValidCheck` have been updated to handle variable accesses on the left-hand side of the C++ logical "and", and variable declarations in conditions.