mirror of
https://github.com/github/codeql.git
synced 2026-04-19 05:54:00 +02:00
Adds a bit of symmetry in the API. Also, fix a couple of tests that were using the old types.
14 lines
565 B
Plaintext
14 lines
565 B
Plaintext
/** Top-level import for the Swift language pack */
|
|
|
|
import codeql.swift.elements
|
|
import codeql.swift.elements.expr.ArithmeticOperation
|
|
import codeql.swift.elements.expr.BitwiseOperation
|
|
import codeql.swift.elements.expr.LogicalOperation
|
|
import codeql.swift.elements.expr.InitializerLookupExpr
|
|
import codeql.swift.elements.expr.MethodCallExpr
|
|
import codeql.swift.elements.expr.InitializerCallExpr
|
|
import codeql.swift.elements.expr.SelfRefExpr
|
|
import codeql.swift.elements.decl.MethodDecl
|
|
import codeql.swift.elements.decl.ClassOrStructDecl
|
|
import codeql.swift.Unit
|