[PATCH] D134445: [PR57881][OpenCL] Fix incorrect diagnostics with templated types in kernel arguments
Anastasia Stulova via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 22 08:57:43 PDT 2022
Anastasia added inline comments.
================
Comment at: clang/test/SemaOpenCLCXX/invalid-kernel.clcpp:110
+
+// FIXME: Use of templates doesn't work due to lazy instantiation of reference types.
+//template<class T>
----------------
I think here should be something like - `the use of templated types doesn't work...`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134445/new/
https://reviews.llvm.org/D134445
More information about the cfe-commits
mailing list