Skip to content

[Diag] Consolidate «declared here» #23703

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

AnthonyLatsis
Copy link
Collaborator

Merges the «declared here» messages for an Identifier into their equivalents for DeclName, to which Identifier is implicitly convertible (conversation).
Thanks for noticing this, Jordan!

@jrose-apple

Copy link
Contributor

@jrose-apple jrose-apple left a comment

Choose a reason for hiding this comment

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

Thanks, Anthony!

@@ -136,6 +136,7 @@ enum class DescriptiveDeclKind : uint8_t {
GenericStruct,
GenericClass,
GenericType,
ExtendedType,
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm not sure about this unification. This isn't a kind of declaration any more; its saying something about how the declaration is used.

Copy link
Collaborator Author

@AnthonyLatsis AnthonyLatsis Apr 1, 2019

Choose a reason for hiding this comment

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

Yeah, true. I wasn't sure either but was curious about your opinion. Let's reset.

@AnthonyLatsis AnthonyLatsis force-pushed the consolidate-declared-here-diag branch from 8fd0405 to 4e0e209 Compare April 1, 2019 15:39
@jrose-apple
Copy link
Contributor

@swift-ci Please smoke test

@jrose-apple jrose-apple self-assigned this Apr 1, 2019
@jrose-apple jrose-apple merged commit 13e805e into swiftlang:master Apr 1, 2019
@AnthonyLatsis AnthonyLatsis deleted the consolidate-declared-here-diag branch February 17, 2022 21:04
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