[PATCH] D71016: [SYCL] Implement OpenCL kernel function generation
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 13 06:19:22 PDT 2021
erichkeane added inline comments.
================
Comment at: clang/lib/Sema/SemaSYCL.cpp:45
+ /// accessor class.
+ static bool isSyclAccessorType(const QualType &Ty);
+
----------------
Isn't there a big rewrite going on downstream of these with `sycl_special_class`? Why are we trying to upstream this before that happens?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71016/new/
https://reviews.llvm.org/D71016
More information about the cfe-commits
mailing list