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

Commit ddd98a9

Browse files
committed
Make the list of attribute prperties more consistent.
1 parent 3a0e3d6 commit ddd98a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/Attr.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2774,8 +2774,8 @@ def Owner : InheritableAttr {
27742774
}
27752775

27762776
def Pointer : InheritableAttr {
2777-
let Subjects = SubjectList<[CXXRecord]>;
27782777
let Spellings = [CXX11<"gsl", "Pointer">];
2778+
let Subjects = SubjectList<[CXXRecord]>;
27792779
let Args = [TypeArgument<"DerefType">];
27802780
let Documentation = [LifetimePointerDocs];
27812781
}

0 commit comments

Comments
 (0)