[PATCH] D60193: [OpenCL] Added addrspace_cast operator

Anastasia Stulova via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 3 05:05:29 PDT 2019


Anastasia marked an inline comment as done.
Anastasia added inline comments.


================
Comment at: include/clang/Basic/TokenKinds.def:564
+// OpenCL addrspace_cast operator
+KEYWORD(addrspace_cast              , KEYOPENCLCXX)
+
----------------
If I mark it as CXX keyword this will make it available in C++ too because the rest of the patch is not specific to OpenCL but perhaps we also need to emit a warning that this is an extension?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60193/new/

https://reviews.llvm.org/D60193





More information about the cfe-commits mailing list