File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments