[PATCH] D116271: [Docs] Document C++ for OpenCL 2021 support in clang
Justas Janickas via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 27 01:33:39 PST 2021
Topotuna added a comment.
Overall, I think that adjustments are accurate. Suggested a couple of small edits
================
Comment at: clang/docs/OpenCLSupport.rst:28-29
-For general issues and bugs with OpenCL in clang refer to `Bugzilla
-<https://bugs.llvm.org/buglist.cgi?component=OpenCL&list_id=172679&product=clang&resolution=--->`__.
+For general issues and bugs with OpenCL in clang refer to `the following Github issue
+list
+<https://github.com/llvm/llvm-project/issues?q=is%3Aopen+is%3Aissue+label%3Aopencl>`__.
----------------
================
Comment at: clang/docs/OpenCLSupport.rst:323
-Clang implements language version 1.0 published in `the official
+Clang implements language version 1.0 and 2021 published in `the official
release of C++ for OpenCL Documentation
----------------
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116271/new/
https://reviews.llvm.org/D116271
More information about the cfe-commits
mailing list