[OpenCL][Docs] Rename C++ for OpenCL label

To avoid potential confusion with OpenCL C++.
This commit is contained in:
Sven van Haastregt
2020-01-09 16:31:45 +00:00
parent cee4a1c957
commit 241f335b26

View File

@@ -2661,7 +2661,8 @@ This will produce a generic test.bc file that can be used in vendor toolchains
to perform machine code generation.
Clang currently supports OpenCL C language standards up to v2.0. Starting from
clang 9 a C++ mode is available for OpenCL (see :ref:`C++ for OpenCL <opencl_cpp>`).
clang 9 a C++ mode is available for OpenCL (see
:ref:`C++ for OpenCL <cxx_for_opencl>`).
OpenCL Specific Options
-----------------------
@@ -3024,7 +3025,7 @@ There are some standard OpenCL functions that are implemented as Clang builtins:
enqueue query functions from `section 6.13.17.5
<https://www.khronos.org/registry/cl/specs/opencl-2.0-openclc.pdf#171>`_.
.. _opencl_cpp:
.. _cxx_for_opencl:
C++ for OpenCL
--------------