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 adb0a54 commit 45a33b0Copy full SHA for 45a33b0
clang/include/clang/Sema/Sema.h
@@ -359,7 +359,7 @@ class SYCLIntegrationHeader {
359
int Info = 0;
360
// Offset of the captured parameter value in the lambda or function object.
361
unsigned Offset = 0;
362
- // NumOpenCLParams to capture number of parameters in Accessor/Sampler init
+ // NumOpenCLParams to capture number of parameters in Accessor __init
363
// method.
364
unsigned NumOpenCLParams = 1;
365
};
0 commit comments