Merge pull request #21037 from jketema/swift-6.2.3

Swift: Update to Swift 6.2.3
This commit is contained in:
Jeroen Ketema
2025-12-19 10:21:40 +01:00
committed by GitHub
7 changed files with 14 additions and 9 deletions

View File

@@ -287,6 +287,7 @@ MAP(swift::TypeBase, TypeTag)
MAP(swift::BuiltinNonDefaultDistributedActorStorageType, void) // Does not appear in AST/SIL, only used during IRGen
MAP(swift::BuiltinFixedArrayType, BuiltinFixedArrayTypeTag)
MAP(swift::BuiltinUnboundGenericType, void) // Only used during type resolution
MAP(swift::BuiltinImplicitActorType, void) // SIL type
MAP(swift::TupleType, TupleTypeTag)
MAP(swift::ReferenceStorageType, ReferenceStorageTypeTag)
MAP(swift::WeakStorageType, WeakStorageTypeTag)

View File

@@ -538,7 +538,7 @@ void ExprTranslator::fillSelfApplyExpr(const swift::SelfApplyExpr& expr,
void ExprTranslator::fillLookupExpr(const swift::LookupExpr& expr, codeql::LookupExpr& entry) {
entry.base = dispatcher.fetchLabel(expr.getBase());
if (expr.hasDecl()) {
if (expr.hasDecl() && !expr.getDecl().getDecl()->isUnavailable()) {
entry.member = dispatcher.fetchLabel(expr.getDecl().getDecl());
}
}

View File

@@ -0,0 +1,4 @@
---
category: majorAnalysis
---
* Upgraded to allow analysis of Swift 6.2.3.

BIN
swift/third_party/resources/resource-dir-linux.zip (Stored with Git LFS) vendored

Binary file not shown.

BIN
swift/third_party/resources/resource-dir-macos.zip (Stored with Git LFS) vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.