[PATCH] D16040: [OpenCL] Refine OpenCLImageAccessAttr to OpenCLAccessAttr

Anastasia Stulova via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 24 09:52:51 PST 2016


Anastasia added inline comments.

================
Comment at: include/clang/Basic/AttrDocs.td:1572
@@ +1571,3 @@
+The __read_only, __write_only, __read_write, read_only, write_only and
+read_write names are reserved for use as access qualifiers and shall not be
+used otherwise.
----------------
Anastasia wrote:
> what about __read_write?
Oh, I see it now. May be we could group 
  __read_only/read_only, __write_only/write_only ...


http://reviews.llvm.org/D16040





More information about the cfe-commits mailing list