mirror of
https://github.com/github/codeql.git
synced 2026-07-04 19:15:29 +02:00
1.3 KiB
1.3 KiB
11.0.0
Breaking Changes
- Removed the deprecated
overrideReturnsNullpredicate fromOptions.qll. UseCustomOptions.overrideReturnsNullinstead. - Removed the deprecated
returnsNullpredicate fromOptions.qll. UseCustomOptions.returnsNullinstead. - Removed the deprecated
exitspredicate fromOptions.qll. UseCustomOptions.exitsinstead. - Removed the deprecated
exprExitspredicate fromOptions.qll. UseCustomOptions.exprExitsinstead. - Removed the deprecated
alwaysCheckReturnValuepredicate fromOptions.qll. UseCustomOptions.alwaysCheckReturnValueinstead. - Removed the deprecated
okToIgnoreReturnValuepredicate fromOptions.qll. UseCustomOptions.okToIgnoreReturnValueinstead. - Removed the deprecated
semmle.code.cpp.Member. Importsemmle.code.cpp.Elementand/orsemmle.code.cpp.Typedirectly. - Removed the deprecated
UnknownDefaultLocationclass. UseUnknownLocationinstead. - Removed the deprecated
UnknownExprLocationclass. UseUnknownLocationinstead. - Removed the deprecated
UnknownStmtLocationclass. UseUnknownLocationinstead. - Removed the deprecated
TemplateParameterclass. UseTypeTemplateParameterinstead. - Support for class resolution across link targets has been removed for databases which were created with CodeQL versions before 1.23.0.