We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef4f954 commit ef96288Copy full SHA for ef96288
cpp/ql/src/semmle/code/cpp/dataflow/internal/DataFlowUtil.qll
@@ -268,7 +268,7 @@ abstract class PostUpdateNode extends Node {
268
override Location getLocation() { result = getPreUpdateNode().getLocation() }
269
}
270
271
-class PartialDefinitionNode extends PostUpdateNode, TPartialDefinitionNode {
+private class PartialDefinitionNode extends PostUpdateNode, TPartialDefinitionNode {
272
PartialDefinition pd;
273
274
PartialDefinitionNode() { this = TPartialDefinitionNode(pd) }
0 commit comments