File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
clang/include/clang/Basic Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1127,12 +1127,12 @@ static llvm::Triple::EnvironmentType getEnvironmentType(llvm::StringRef Environm
1127
1127
def DomainAvailability : InheritableAttr {
1128
1128
// This attribute has no spellings as it is created implicitly when
1129
1129
// __attribute__((availability(domain:...))) is seen.
1130
- let Spellings = [Clang<""> ];
1130
+ let Spellings = [];
1131
1131
let Args = [StringArgument<"domain">, BoolArgument<"unavailable">];
1132
1132
let AdditionalMembers = [{
1133
1133
std::string getFeatureAttributeStr() const;
1134
1134
}];
1135
- let Documentation = [Undocumented ];
1135
+ let Documentation = [InternalOnly ];
1136
1136
}
1137
1137
1138
1138
// This attribute is used to annotate structs of type `_AvailabilityDomain`.
You can’t perform that action at this time.
0 commit comments