Skip to content

Commit 362c48c

Browse files
committed
C++: Add change note
1 parent 7862922 commit 362c48c

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
category: breaking
3+
---
4+
* Removed the deprecated `overrideReturnsNull` predicate from `Options.qll`. Use `CustomOptions.overrideReturnsNull` instead.
5+
* Removed the deprecated `returnsNull` predicate from `Options.qll`. Use `CustomOptions.returnsNull` instead.
6+
* Removed the deprecated `exits` predicate from `Options.qll`. Use `CustomOptions.exist` instead.
7+
* Removed the deprecated `exprExits` predicate from `Options.qll`. Use `CustomOptions.exprExits` instead.
8+
* Removed the deprecated `alwaysCheckReturnValue` predicate from `Options.qll`. Use `CustomOptions.alwaysCheckReturnValue` instead.
9+
* Removed the deprecated `okToIgnoreReturnValue` predicate from `Options.qll`. Use `CustomOptions.okToIgnoreReturnValue` instead.
10+
* Removed the deprecated `semmle.code.cpp.Member`. Import `semmle.code.cpp.Element` and/or `semmle.code.cpp.Type` directly.
11+
* Removed the deprecated `UnknownDefaultLocation` class. Use `UnknownLocation` instead.
12+
* Removed the deprecated `UnknownExprLocation` class. Use `UnknownLocation` instead.
13+
* Removed the deprecated `UnknownStmtLocation` class. Use `UnknownLocation` instead.
14+
* Removed the deprecated `TemplateParameter` class. Use `TypeTemplateParameter` instead.
15+
* Support for class resolution across link targets has been removed for databases which were created with CodeQL versions before 1.23.0.

0 commit comments

Comments
 (0)