Files
codeql/swift/ql/lib/codeql/swift/elements/expr/CallExpr.qll
Paolo Tranquilli de0fa9e456 Swift: QL generation script
Also added code generation to the swift checks.
2022-04-25 13:23:36 +02:00

5 lines
179 B
Plaintext

// generated by codegen/codegen.py, remove this comment if you wish to edit this file
private import codeql.swift.generated.expr.CallExpr
class CallExpr extends CallExprBase { }