[PATCH] D33483: [OpenCL] reserve_id_t cannot be used as argument to kernel function
Anastasia accepted this revision. Anastasia added a comment. This revision is now accepted and ready to land. LGTM! Btw the same applies to the program scope declaration (s6.9.p), but could be done as a separate change. https://reviews.llvm.org/D33483
[PATCH] D33483: [OpenCL] reserve_id_t cannot be used as argument to kernel function
echuraev created this revision. Herald added a subscriber: yaxunl. https://reviews.llvm.org/D33483 Files: lib/Sema/SemaDecl.cpp test/SemaOpenCL/invalid-pipes-cl2.0.cl Index: test/SemaOpenCL/invalid-pipes-cl2.0.cl === --- test/S