We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2245df5 commit ec0a4bbCopy full SHA for ec0a4bb
include/swift/AST/Attr.h
@@ -756,7 +756,7 @@ class AvailableAttr : public DeclAttribute {
756
NoAsync,
757
};
758
759
-public:
+private:
760
AvailableAttr(SourceLoc AtLoc, SourceRange Range, PlatformKind Platform,
761
StringRef Message, StringRef Rename,
762
const llvm::VersionTuple &Introduced,
@@ -767,6 +767,7 @@ class AvailableAttr : public DeclAttribute {
767
PlatformAgnosticAvailabilityKind PlatformAgnostic,
768
bool Implicit, bool IsSPI, bool IsForEmbedded = false);
769
770
+public:
771
AvailableAttr(SourceLoc AtLoc, SourceRange Range,
772
const AvailabilityDomain &Domain, Kind Kind, StringRef Message,
773
StringRef Rename, const llvm::VersionTuple &Introduced,
0 commit comments