Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
deprecated
1 parent 6d954fe commit b98daaeCopy full SHA for b98daae
1 file changed
cpp/ql/src/semmle/code/cpp/Declaration.qll
@@ -64,7 +64,6 @@ abstract class Declaration extends Locatable, @declaration {
64
* Holds if this declaration has the fully-qualified name `qualifiedName`.
65
* See `getQualifiedName`.
66
*/
67
- deprecated
68
predicate hasQualifiedName(string qualifiedName) {
69
this.getQualifiedName() = qualifiedName
70
}
0 commit comments