Skip to content

Commit 732b14e

Browse files
committed
Update pretty printing predicates
1 parent a01169e commit 732b14e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

go/ql/lib/semmle/go/dataflow/internal/FlowSummaryImplSpecific.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ private string getContentSpecific(Content c) {
106106
c instanceof MapKeyContent and result = "MapKey"
107107
or
108108
c instanceof MapValueContent and result = "MapValue"
109+
or
110+
c instanceof PointerContent and result = "Dereference"
109111
}
110112

111113
/** Gets the textual representation of the content in the format used for flow summaries. */

0 commit comments

Comments
 (0)