[PATCH] D104915: [OpenCL] Add support of __opencl_c_read_write_images feature macro

Anton Zabaznov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 25 07:04:09 PDT 2021


azabaznov created this revision.
azabaznov added reviewers: Anastasia, svenvh.
Herald added subscribers: ldrumm, yaxunl.
Herald added a reviewer: aaron.ballman.
azabaznov requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

This feature requires support of __opencl_c_images, so diagnostics for that is provided as well


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D104915

Files:
  clang/include/clang/Basic/DiagnosticCommonKinds.td
  clang/include/clang/Basic/DiagnosticSemaKinds.td
  clang/lib/Basic/Targets.cpp
  clang/lib/Sema/SemaDeclAttr.cpp
  clang/test/Misc/opencl-c-3.0.incorrect_options.cl
  clang/test/SemaOpenCL/access-qualifier.cl
  clang/test/SemaOpenCL/unsupported-image.cl

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104915.354489.patch
Type: text/x-patch
Size: 11184 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210625/28539988/attachment.bin>


More information about the cfe-commits mailing list