[PATCH] D93942: [OpenCL] Improve online documentation.

Marco Antognini via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 6 02:27:30 PST 2021


mantognini added a comment.

LGTM, except for a minor typo. Otherwise my comments have been addressed. Thanks.



================
Comment at: clang/docs/OpenCLSupport.rst:69
++==============================+==============================================================+======================+===========================================================================+
+| Command line interface       | New value for `-cl-std` flag                                 | :good:`done`         | https://reviews.llvm.org/D88300                                           |
++------------------------------+--------------------------------------------------------------+----------------------+---------------------------------------------------------------------------+
----------------
Anastasia wrote:
> mantognini wrote:
> > Double backticks?
> Just to make sure I understand you, do you suggest it for ``-cl-std``?
Yes, as you rightly updated. :)


================
Comment at: clang/docs/UsersManual.rst:3242
 
-Since C++ features are to be used on top of OpenCL C functionality, all existing
-restrictions from OpenCL C v2.0 will inherently apply. All OpenCL C builtin types
-and function libraries are supported and can be used in this mode.
+Clang currently support C++ for OpenCL v1.0.
+For detailed information about this language refer to the C++ for OpenCL
----------------



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

https://reviews.llvm.org/D93942



More information about the cfe-commits mailing list