qtil
advanced-security/qtil-swift 0.0.3
Search

Module AutoClosureExpr

This module provides the public class AutoClosureExpr.

Import path

import codeql.swift.elements.expr.AutoClosureExpr

Imports

ClosureExpr

This module provides the public class ClosureExpr.

Aliases

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: