codeql/swift/extractor/translators
Paolo Tranquilli b8e38288e3 Swift: add extraction of `ThenStmt`
These are currently added implicitly by the compiler in the context of
`if`/`switch` expressions. In the future, there might be explicit
`then <expr>` statement useful for cases where one would like to add
more than one statement in the branch, to mark what value to actually
use.

See https://forums.swift.org/t/pitch-multi-statement-if-switch-do-expressions/68443
2024-03-27 13:26:04 +01:00
..
BUILD.bazel
DeclTranslator.cpp Swift: fix `DeclTranslator.cpp` compile errors 2024-03-27 12:21:28 +01:00
DeclTranslator.h Swift: extract MacroDecl 2023-11-15 14:07:45 +01:00
ExprTranslator.cpp Swift: extract MaterizliePackExpr 2023-11-24 09:45:01 +01:00
ExprTranslator.h Swift: extract MaterizliePackExpr 2023-11-24 09:45:01 +01:00
PatternTranslator.cpp Swift: update formatting to `clang-format` 17.0.6 2024-01-25 13:58:14 +01:00
PatternTranslator.h Swift: extract types for patterns 2023-11-29 20:54:50 +00:00
StmtTranslator.cpp Swift: add extraction of `ThenStmt` 2024-03-27 13:26:04 +01:00
StmtTranslator.h Swift: add extraction of `ThenStmt` 2024-03-27 13:26:04 +01:00
SwiftVisitor.h Swift: extract MacroDecl 2023-11-15 14:07:45 +01:00
TranslatorBase.h Swift: extract MacroDecl 2023-11-15 14:07:45 +01:00
TypeTranslator.cpp
TypeTranslator.h