mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Revert "[AST] Introduce internal attribute '_migration_id'."
This reverts commit 042efbfb26. We're
going to take a different approach to the migration attribute.
This commit is contained in:
@@ -3445,8 +3445,7 @@ public:
|
||||
}
|
||||
std::string Description = TargetName.str() + " Attribute";
|
||||
#define DECL_ATTR(KEYWORD, NAME, ...) \
|
||||
if (!StringRef(#KEYWORD).startswith("_") && \
|
||||
!DeclAttribute::isUserInaccessible(DAK_##NAME) && \
|
||||
if (!DeclAttribute::isUserInaccessible(DAK_##NAME) && \
|
||||
!DeclAttribute::isDeclModifier(DAK_##NAME) && \
|
||||
!DeclAttribute::shouldBeRejectedByParser(DAK_##NAME) && \
|
||||
(!DeclAttribute::isSilOnly(DAK_##NAME) || IsInSil)) { \
|
||||
|
||||
Reference in New Issue
Block a user