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
11271127def DomainAvailability : InheritableAttr {
11281128 // This attribute has no spellings as it is created implicitly when
11291129 // __attribute__((availability(domain:...))) is seen.
1130- let Spellings = [];
1130+ let Spellings = [Clang<""> ];
11311131 let Args = [StringArgument<"domain">, BoolArgument<"unavailable">];
11321132 let AdditionalMembers = [{
11331133 std::string getFeatureAttributeStr() const;
11341134 }];
1135- let Documentation = [InternalOnly ];
1135+ let Documentation = [Undocumented ];
11361136}
11371137
11381138// This attribute is used to annotate structs of type `_AvailabilityDomain`.
You can’t perform that action at this time.
0 commit comments