You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cpp/ql/src/CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
3
3
### Minor Analysis Improvements
4
4
5
-
* Removed false positives caused by buffer accesses in unreachable code
6
-
* Removed false positives caused by inconsistent type checking
5
+
* Removed false positives caused by buffer accesses in unreachable code.
6
+
* Removed false positives caused by inconsistent type checking.
7
7
* Add modeling of C functions that don't throw, thereby increasing the precision of the `cpp/incorrect-allocation-error-handling` ("Incorrect allocation-error handling") query. The query now produces additional true positives.
0 commit comments