mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Swift: add BraceStmt.getVariable(_) child with logic in QL.
This commit is contained in:
@@ -935,6 +935,7 @@ class StmtCondition(AstNode):
|
||||
elements: list[ConditionElement] | child
|
||||
|
||||
class BraceStmt(Stmt):
|
||||
variables: list[VarDecl] | child | doc("variable declared in the scope of this brace statement")
|
||||
elements: list[AstNode] | child
|
||||
|
||||
class BreakStmt(Stmt):
|
||||
|
||||
Reference in New Issue
Block a user