Merge branch 'main' into post-release-prep/codeql-cli-2.12.4

This commit is contained in:
Dave Bartolomeo
2023-03-04 09:20:44 -05:00
committed by GitHub
34 changed files with 355 additions and 154 deletions

View File

@@ -68,7 +68,9 @@ class Declaration extends Locatable, @declaration {
* Holds if this declaration has the fully-qualified name `qualifiedName`.
* See `getQualifiedName`.
*/
predicate hasQualifiedName(string qualifiedName) { this.getQualifiedName() = qualifiedName }
deprecated predicate hasQualifiedName(string qualifiedName) {
this.getQualifiedName() = qualifiedName
}
/**
* Holds if this declaration has a fully-qualified name with a name-space