[PATCH] D71005: [AST] Enable expression of OpenCL language address spaces an attribute

Alexey Bader via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 4 04:43:45 PST 2019


bader created this revision.
bader added reviewers: aaron.ballman, Anastasia.
Herald added subscribers: cfe-commits, ebevhan, yaxunl.
Herald added a project: clang.

Enable a way to set OpenCL language address space using attributes
in addition to existing keywords.

Signed-off-by: Victor Lomuller victor at codeplay.com


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D71005

Files:
  clang/include/clang/Basic/Attr.td
  clang/lib/Sema/SemaType.cpp
  clang/test/AST/language_address_space_attribute.cpp
  clang/test/SemaOpenCL/address-spaces.cl

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71005.232087.patch
Type: text/x-patch
Size: 6079 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191204/884de211/attachment-0001.bin>


More information about the cfe-commits mailing list