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.
2 parents cf91147 + 448bd2b commit cfecc9cCopy full SHA for cfecc9c
cpp/ql/src/semmle/code/cpp/Declaration.qll
@@ -25,7 +25,7 @@ private import semmle.code.cpp.internal.QualifiedName as Q
25
* `DeclarationEntry`, because they always have a unique source location.
26
* `EnumConstant` and `FriendDecl` are both examples of this.
27
*/
28
-abstract class Declaration extends Locatable, @declaration {
+class Declaration extends Locatable, @declaration {
29
/**
30
* Gets the innermost namespace which contains this declaration.
31
*
0 commit comments