Skip to content

Commit f834768

Browse files
committed
Shared: Improve QLDoc for forceHighPrecision.
1 parent 9d2dc7a commit f834768

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

shared/dataflow/codeql/dataflow/DataFlow.qll

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,10 @@ signature module InputSig {
153153
}
154154

155155
/**
156-
* Holds if high precision should be used for the content `c`.
156+
* Holds if access paths with `c` at their head always should be tracked at
157+
* high precision. This disables adaptive access path precision for such
158+
* access paths. This may be beneficial for content that indicates an
159+
* element of an array or container.
157160
*/
158161
predicate forceHighPrecision(Content c);
159162

0 commit comments

Comments
 (0)