-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[NFC] Rename @sil_stored to @_hasStorage #20512
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
Conversation
2a05acb
to
32b31e7
Compare
Build failed |
32b31e7
to
8ae2621
Compare
@swift-ci please test |
Build failed |
Build failed |
lib/Sema/TypeCheckAttr.cpp
Outdated
@@ -846,7 +846,7 @@ class AttributeChecker : public AttributeVisitor<AttributeChecker> { | |||
IGNORED_ATTR(Semantics) | |||
IGNORED_ATTR(ShowInInterface) | |||
IGNORED_ATTR(SILGenName) | |||
IGNORED_ATTR(SILStored) | |||
IGNORED_ATTR(HasStorage) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nitpick: This list is alphabetical.
8ae2621
to
66a61c5
Compare
@swift-ci please test |
Build failed |
Build failed |
Let's try this again. @swift-ci please smoke test |
I think the CI issues have shaken out by now. @swift-ci please smoke test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay. I still think you should do that listing-the-opaque-accessors thing, but this is an acceptable first pass.
@swift-ci please test and merge |
This is split off from #20250. Because we're going to start using this attribute outside of SIL (in
.swiftinterface
files), rename it.