@@ -1333,15 +1333,15 @@ def SYCLAccessorPtr : Attr {
1333
1333
// This attribute has no spellings as it is only ever created implicitly.
1334
1334
let Spellings = [];
1335
1335
let SemaHandler = 0;
1336
- let Documentation = [Undocumented ];
1336
+ let Documentation = [InternalOnly ];
1337
1337
}
1338
1338
1339
1339
// Used to mark readonly accessors. It is not to be used directly in the source.
1340
1340
def SYCLAccessorReadonly : Attr {
1341
1341
// This attribute has no spellings as it is only ever created implicitly.
1342
1342
let Spellings = [];
1343
1343
let SemaHandler = 0;
1344
- let Documentation = [Undocumented ];
1344
+ let Documentation = [InternalOnly ];
1345
1345
}
1346
1346
1347
1347
// The attribute denotes that it is a function written in a scalar fashion, which
@@ -1379,7 +1379,7 @@ def SYCLScope : Attr {
1379
1379
}
1380
1380
}];
1381
1381
1382
- let Documentation = [Undocumented ];
1382
+ let Documentation = [InternalOnly ];
1383
1383
}
1384
1384
1385
1385
def SYCLDeviceIndirectlyCallable : InheritableAttr {
@@ -1394,15 +1394,15 @@ def SYCLIntelBufferLocation : InheritableAttr {
1394
1394
let Spellings = [];
1395
1395
let Args = [UnsignedArgument<"LocationID">];
1396
1396
let LangOpts = [SYCLIsDevice, SYCLIsHost];
1397
- let Documentation = [Undocumented ];
1397
+ let Documentation = [InternalOnly ];
1398
1398
}
1399
1399
1400
1400
def SYCLRequiresDecomposition : InheritableAttr {
1401
1401
// No spellings, as this is for internal use.
1402
1402
let Spellings = [];
1403
1403
let Subjects = SubjectList<[Named]>;
1404
1404
let LangOpts = [SYCLIsDevice, SYCLIsHost];
1405
- let Documentation = [Undocumented ];
1405
+ let Documentation = [InternalOnly ];
1406
1406
}
1407
1407
1408
1408
def SYCLIntelKernelArgsRestrict : InheritableAttr {
0 commit comments