Skip to content

Commit

Permalink
Swift: SingleValueStmtExpr add some docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Denisov committed Oct 31, 2023
1 parent a470bc4 commit 2fb017c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions swift/ql/.generated.list

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions swift/ql/lib/codeql/swift/generated/Raw.qll

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions swift/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -1239,4 +1239,7 @@ class AbiSafeConversionExpr(ImplicitConversionExpr):


class SingleValueStmtExpr(Expr):
"""
An expression that may wrap a statement which produces a single value.
"""
stmt: Stmt | child

0 comments on commit 2fb017c

Please sign in to comment.