qtil
advanced-security/qtil-swift 0.0.3
Search

Module Impl

Import path

import codeql.swift.elements.expr.internal.AutoClosureExprImpl

Classes

AutoClosureExpr

A Swift autoclosure expression, that is, a closure automatically generated around an argument when the parameter has the @autoclosure attribute or for the right-hand operand of short-circuiting logical operations. For example, there is an AutoClosureExpr around the value 0 in: