Ensure that we wire up *all* custom attribute initializer contexts

Thank you again, Rintaro
This commit is contained in:
Doug Gregor
2024-12-06 22:47:00 -08:00
parent 02a20ded57
commit d004d24560
5 changed files with 16 additions and 28 deletions

View File

@@ -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 =