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.
toStringImpl
1 parent 4ee13a3 commit 31fa230Copy full SHA for 31fa230
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll
@@ -390,12 +390,6 @@ private class Node0 extends Node, TNode0 {
390
391
override DataFlowType getType() { result = node.getType() }
392
393
- override string toStringImpl() {
394
- // This predicate is overridden in subclasses. This default implementation
395
- // does not use `Instruction.toString` because that's expensive to compute.
396
- result = node.toStringImpl()
397
- }
398
-
399
override predicate isGLValue() { node.isGLValue() }
400
}
401
0 commit comments