Skip to content

Commit 5cfc3fe

Browse files
committed
C++: Use 'DataFlowType' instead of 'Type' for the 'getType' predicate in 'PostUpdateNode'.
1 parent e147a60 commit 5cfc3fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/experimental/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@ abstract class PostUpdateNode extends Node {
891891
*/
892892
abstract Node getPreUpdateNode();
893893

894-
final override Type getType() { result = this.getPreUpdateNode().getType() }
894+
final override DataFlowType getType() { result = this.getPreUpdateNode().getType() }
895895
}
896896

897897
/**

0 commit comments

Comments
 (0)