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.
1 parent e147a60 commit 5cfc3feCopy full SHA for 5cfc3fe
cpp/ql/lib/experimental/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll
@@ -891,7 +891,7 @@ abstract class PostUpdateNode extends Node {
891
*/
892
abstract Node getPreUpdateNode();
893
894
- final override Type getType() { result = this.getPreUpdateNode().getType() }
+ final override DataFlowType getType() { result = this.getPreUpdateNode().getType() }
895
}
896
897
/**
0 commit comments