We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbf6552 commit f8d52a3Copy full SHA for f8d52a3
cpp/ql/src/semmle/code/cpp/Macro.qll
@@ -277,8 +277,6 @@ deprecated class MacroInvocationExpr extends Expr {
277
exists(MacroInvocation i | this = i.getExpr())
278
}
279
280
- override string getCanonicalQLClass() { result = "MacroInvocationExpr" }
281
-
282
/**
283
* Gets the macro invocation of which this is the top-level expression.
284
*/
@@ -305,8 +303,6 @@ deprecated class MacroInvocationStmt extends Stmt {
305
303
exists(MacroInvocation i | this = i.getStmt())
306
304
307
308
- override string getCanonicalQLClass() { result = "MacroInvocationStmt" }
309
310
311
* Gets the macro invocation of which this is the top-level statement.
312
0 commit comments