[PATCH] D106785: [C++4OpenCL] Introduces __remove_address_space utility
Anastasia Stulova via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 27 04:19:14 PDT 2021
Anastasia added inline comments.
================
Comment at: clang/docs/LanguageExtensions.rst:1964
+Address space removal
+---------------------
----------------
Maybe we could title it something like:
`Address space removal utility`
or
`Address space removal trait`
?
================
Comment at: clang/docs/LanguageExtensions.rst:1968
+``__remove_address_space`` allows to derive types in C++ for OpenCL
+that have address space qualifiers removed. The tool only throws away
+address space qualifiers, therefore, other type qualifiers such as
----------------
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106785/new/
https://reviews.llvm.org/D106785
More information about the cfe-commits
mailing list