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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D60193: [OpenCL]... Anastasia Stulova via Phabricator via cfe-commits
    • [PATCH] D60193: [Op... Anastasia Stulova via Phabricator via cfe-commits

Reply via email to