mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
Merge pull request #8904 from MathiasVP/sync-swift-schema
Swift: Sync schema after extractor changes
This commit is contained in:
@@ -516,7 +516,7 @@ ExprPattern:
|
||||
|
||||
IsPattern:
|
||||
_extends: Pattern
|
||||
cast_type_repr: TypeRepr
|
||||
cast_type_repr: TypeRepr?
|
||||
sub_pattern: Pattern?
|
||||
|
||||
NamedPattern:
|
||||
@@ -661,6 +661,7 @@ TypeDecl:
|
||||
|
||||
AutoClosureExpr:
|
||||
_extends: AbstractClosureExpr
|
||||
body: BraceStmt
|
||||
|
||||
ClosureExpr:
|
||||
_extends: AbstractClosureExpr
|
||||
@@ -858,6 +859,7 @@ DoStmt:
|
||||
ForEachStmt:
|
||||
_extends: LabeledStmt
|
||||
body: BraceStmt
|
||||
sequence: Expr
|
||||
where: Expr?
|
||||
|
||||
LabeledConditionalStmt:
|
||||
|
||||
Reference in New Issue
Block a user