mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Ensure that we wire up *all* custom attribute initializer contexts
Thank you again, Rintaro
This commit is contained in:
@@ -3042,10 +3042,6 @@ public:
|
||||
const_cast<const DeclAttributes *>(this)->getEffectiveSendableAttr());
|
||||
}
|
||||
|
||||
/// Try to find the custom attribute initializer within the list of
|
||||
/// attributes.
|
||||
CustomAttributeInitializer *findCustomAttributeInitializer() const;
|
||||
|
||||
public:
|
||||
template <typename ATTR, bool AllowInvalid>
|
||||
using AttributeKindRange =
|
||||
|
||||
Reference in New Issue
Block a user