Skip to content

Commit af56c78

Browse files
committed
C++: Add QLDoc.
1 parent 38c487a commit af56c78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpp/ql/src/Security/CWE/CWE-190/ArithmeticUncontrolled.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ class UncontrolledArithConfiguration extends TaintTracking::Configuration {
108108
}
109109
}
110110

111+
/** Gets the expression that corresponds to `node`, if any. */
111112
Expr getExpr(DataFlow::Node node) { result = [node.asExpr(), node.asDefiningArgument()] }
112113

113114
from

0 commit comments

Comments
 (0)