[PATCH] D106785: [C++4OpenCL] Introduces __remove_address_space utility

Anastasia Stulova via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 26 09:32:44 PDT 2021


Anastasia added inline comments.


================
Comment at: clang/docs/LanguageExtensions.rst:1970
+OpenCL v1.0 s2.3.12
+<https://www.khronos.org/opencl/assets/CXX_for_OpenCL.html#remove-addrspace>`_.
+
----------------
I think we should migrate this description into here for now and make this a clang-only feature in C++ for OpenCL v1.0. Mainly because new functionality changes can only be added with the version increase. Otherwise, developers would have to know which clang supports it and which doesn't. 

But I suggest keeping your draft PR https://github.com/KhronosGroup/OpenCL-Docs/pull/647 open so we don't forget to add it into the next language version doc.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106785



More information about the cfe-commits mailing list