This revision was automatically updated to reflect the committed changes. Closed by commit rG76f84e772978: [Doc] Fix sphinx warnings about wrong code-block format (authored by bader).
Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D101549/new/ https://reviews.llvm.org/D101549 Files: clang/docs/SYCLSupport.rst Index: clang/docs/SYCLSupport.rst =================================================================== --- clang/docs/SYCLSupport.rst +++ clang/docs/SYCLSupport.rst @@ -99,7 +99,7 @@ - private_space -.. code-block:: +.. code-block:: C++ + + //TODO: add support for __attribute__((opencl_global_host)) and __attribute__((opencl_global_device)). - TODO: add support for `__attribute__((opencl_global_host))` and - `__attribute__((opencl_global_device))`.
Index: clang/docs/SYCLSupport.rst =================================================================== --- clang/docs/SYCLSupport.rst +++ clang/docs/SYCLSupport.rst @@ -99,7 +99,7 @@ - private_space -.. code-block:: +.. code-block:: C++ + + //TODO: add support for __attribute__((opencl_global_host)) and __attribute__((opencl_global_device)). - TODO: add support for `__attribute__((opencl_global_host))` and - `__attribute__((opencl_global_device))`.
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits