Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
Make the list of attribute prperties more consistent.
Browse files Browse the repository at this point in the history
  • Loading branch information
Xazax-hun committed Jul 2, 2019
1 parent 3a0e3d6 commit ddd98a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/include/clang/Basic/Attr.td
Original file line number Diff line number Diff line change
Expand Up @@ -2774,8 +2774,8 @@ def Owner : InheritableAttr {
}

def Pointer : InheritableAttr {
let Subjects = SubjectList<[CXXRecord]>;
let Spellings = [CXX11<"gsl", "Pointer">];
let Subjects = SubjectList<[CXXRecord]>;
let Args = [TypeArgument<"DerefType">];
let Documentation = [LifetimePointerDocs];
}
Expand Down

0 comments on commit ddd98a9

Please sign in to comment.