mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
C++: Fix formatting
This commit is contained in:
@@ -748,7 +748,7 @@ class ErrorExpr extends Expr, @errorexpr {
|
||||
/**
|
||||
* Holds if this error expression is the first argument to a `new` allocation call.
|
||||
*/
|
||||
predicate isFirstAllocatorCallArgument() {
|
||||
predicate isFirstAllocatorCallArgument() {
|
||||
this = any(NewOrNewArrayExpr new).getAllocatorCall().getArgument(0)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user