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 4712ae1 commit fe00c88Copy full SHA for fe00c88
cpp/ql/lib/semmle/code/cpp/exprs/Expr.qll
@@ -748,7 +748,7 @@ class ErrorExpr extends Expr, @errorexpr {
748
/**
749
* Holds if this error expression is the first argument to a `new` allocation call.
750
*/
751
- predicate isFirstAllocatorCallArgument() {
+ predicate isFirstAllocatorCallArgument() {
752
this = any(NewOrNewArrayExpr new).getAllocatorCall().getArgument(0)
753
}
754
0 commit comments