C++: Add QLDoc.

This commit is contained in:
Mathias Vorreiter Pedersen
2021-06-24 15:57:01 +02:00
parent 38c487abf9
commit af56c782bf

View File

@@ -108,6 +108,7 @@ class UncontrolledArithConfiguration extends TaintTracking::Configuration {
}
}
/** Gets the expression that corresponds to `node`, if any. */
Expr getExpr(DataFlow::Node node) { result = [node.asExpr(), node.asDefiningArgument()] }
from