OpenCL access qualifiers are now not only used for image types, refine it to avoid misleading,
Add semacheck for OpenCL access qualifier as well as test caees.
Differential D16040
[OpenCL] Refine OpenCLImageAccessAttr to OpenCLAccessAttr pxli168 on Jan 10 2016, 3:21 AM. Authored by
Details OpenCL access qualifiers are now not only used for image types, refine it to avoid misleading, Add semacheck for OpenCL access qualifier as well as test caees.
Diff Detail Event Timeline
Comment Actions I think some tests for new diagnostics are still missing?
Comment Actions Make some optimization
Comment Actions Adding a few final comments, otherwise, looks good!
Comment Actions Update doc for OpenCL access qualifier, still find where to handle access qualifier for pipe type. Comment Actions Need to refine access qualifier with pipe type.
Comment Actions Hi Anastasia, Thanks
Comment Actions It seems it is related with the pipe type. I am still working on how to fix this problem. Comment Actions Refine the pipe parse to solve the problem the attribute for pipe will be handled twice within Declarator Comment Actions A few small comments!
Comment Actions Mostly minor comments, but I like this approach!
Comment Actions Remove test case for access quilifier in test/SemaOpenCL/invalid-kernel-attrs.cl.
|
Please, if you are updating this attribute, document it.