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 17, 2023
1 parent 0476639 commit f3f244c
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 @@ -1228,4 +1228,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 f3f244c

Please sign in to comment.