mirror of
https://github.com/github/codeql.git
synced 2026-02-12 05:01:06 +01:00
Merge pull request #21037 from jketema/swift-6.2.3
Swift: Update to Swift 6.2.3
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
4
swift/ql/lib/change-notes/2025-12-18-swift-6.2.3.md
Normal file
4
swift/ql/lib/change-notes/2025-12-18-swift-6.2.3.md
Normal 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
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
BIN
swift/third_party/resources/resource-dir-macos.zip
(Stored with Git LFS)
vendored
Binary file not shown.
BIN
swift/third_party/resources/swift-prebuilt-linux.tar.zst
(Stored with Git LFS)
vendored
BIN
swift/third_party/resources/swift-prebuilt-linux.tar.zst
(Stored with Git LFS)
vendored
Binary file not shown.
BIN
swift/third_party/resources/swift-prebuilt-macos.tar.zst
(Stored with Git LFS)
vendored
BIN
swift/third_party/resources/swift-prebuilt-macos.tar.zst
(Stored with Git LFS)
vendored
Binary file not shown.
Reference in New Issue
Block a user