Skip to content

Conversation

@rintaro
Copy link
Member

@rintaro rintaro commented May 30, 2025

This is a part of #236 plus some simple test cases for SwiftLookupTable.

NominalTypeResolution was used only used for populating the SwiftLookupTable and resolving the extended type name for extensions. However SwiftLookupTable already has that capabilities (with some modifications)

Instead, use SwiftSymbolTable mechanism.
@rintaro rintaro requested review from DougGregor and ktoso May 30, 2025 03:52
Copy link
Collaborator

@ktoso ktoso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, nice!


///// A syntax node for a nominal type declaration.
@_spi(Testing)
public typealias NominalTypeDeclSyntaxNode = any DeclGroupSyntax & NamedDeclSyntax & WithAttributesSyntax & WithModifiersSyntax
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hah interesting combo :)

@rintaro rintaro merged commit c7e5f12 into swiftlang:main May 30, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants