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 02a153d commit b7e1258Copy full SHA for b7e1258
clang/include/clang/Basic/Attr.td
@@ -1629,8 +1629,8 @@ def IFunc : Attr, TargetSpecificAttr<TargetELF> {
1629
1630
def Restrict : InheritableAttr {
1631
let Spellings = [Declspec<"restrict">, GCC<"malloc">];
1632
- let Args = [IdentifierArgument<"Deallocator", /*opt*/ 1>,
1633
- ParamIdxArgument<"DeallocatorPtrArgIndex", /*opt*/ 1>];
+ let Args = [IdentifierArgument<"Deallocator", /*opt=*/ 1>,
+ ParamIdxArgument<"DeallocatorPtrArgIndex", /*opt=*/ 1>];
1634
let Subjects = SubjectList<[Function]>;
1635
let Documentation = [RestrictDocs];
1636
}
0 commit comments