================
@@ -665,6 +666,99 @@ OutlinedFunctionDecl
*BuildSYCLKernelEntryPointOutline(Sema &SemaRef,
return OFD;
}
+class KernelArgsChecker : public ConstSubobjectVisitor<KernelArgsChecker> {
----------------
bader wrote:
Pedantic note: I think we need to replace "argument" with "parameter"
everywhere in this PR (i.e. title, tests and code).
```suggestion
class KernelParamsChecker : public ConstSubobjectVisitor<KernelParamsChecker> {
```
https://github.com/llvm/llvm-project/pull/192957
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits