codeql/swift/extractor/infra
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
..
file Swift: Don't use `std::hash<fs::path>`. 2023-06-14 15:50:45 +01:00
BUILD.bazel Swift: replace internal swift mangler with our own 2023-05-31 09:52:20 +02:00
CheckTypeMapping.cpp
SwiftBodyEmissionStrategy.cpp
SwiftBodyEmissionStrategy.h
SwiftDiagnosticKind.h
SwiftDispatcher.h Swift: update formatting to `clang-format` 17.0.6 2024-01-25 13:58:14 +01:00
SwiftLocationExtractor.cpp Revert "Revert "Swift: use C++20 constraints and concepts to simplify code"" 2023-09-21 10:17:22 +02:00
SwiftLocationExtractor.h Swift: update formatting to `clang-format` 17.0.6 2024-01-25 13:58:14 +01:00
SwiftMangledName.cpp Swift: replace internal swift mangler with our own 2023-05-31 09:52:20 +02:00
SwiftMangledName.h Swift: replace internal swift mangler with our own 2023-05-31 09:52:20 +02:00
SwiftTagTraits.h Swift: add extraction of `ThenStmt` 2024-03-27 13:26:04 +01:00
TargetDomains.cpp
TargetDomains.h