We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ee73cc commit bbb9396Copy full SHA for bbb9396
cpp/ql/src/semmle/code/cpp/security/Overflow.qll
@@ -17,8 +17,8 @@ predicate guardedAbs(Operation e, Expr use) {
17
}
18
19
/**
20
- * Gets the result of `BasicBlock.getNode`, but only on a `Stmt` (for
21
- * performance).
+ * Gets the position of `stmt` in basic block `block` (this is a thin layer
+ * over `BasicBlock.getNode`, intended to improve performance).
22
*/
23
pragma[noinline]
24
private int getStmtIndexInBlock(BasicBlock block, Stmt stmt) { block.getNode(result) = stmt }
0 commit comments