We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hasQualifiedName
deprecated
1 parent fe65fb8 commit 6495f19Copy full SHA for 6495f19
1 file changed
cpp/ql/lib/semmle/code/cpp/Declaration.qll
@@ -68,7 +68,9 @@ class Declaration extends Locatable, @declaration {
68
* Holds if this declaration has the fully-qualified name `qualifiedName`.
69
* See `getQualifiedName`.
70
*/
71
- predicate hasQualifiedName(string qualifiedName) { this.getQualifiedName() = qualifiedName }
+ deprecated predicate hasQualifiedName(string qualifiedName) {
72
+ this.getQualifiedName() = qualifiedName
73
+ }
74
75
/**
76
* Holds if this declaration has a fully-qualified name with a name-space
0 commit comments